How to solve a 5x5 matrix in Matlab?
조회 수: 36(최근 30일)
표시 이전 댓글
Hello, I have a 5x5 matrix and I wanna slove it...Any help please?
Thank you !
A=[1 1 -1 4 5 ; 0 1 3 5 6 ; -1 0 -2 8 7 ]
b=[9;3;2;6;7]
채택된 답변
추가 답변(1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!