rref( ) row echelon form MATLAB
15 ビュー (過去 30 日間)
古いコメントを表示
I found the row echelon form of my matrix A but now I am trying to find the solution set to the system. Is there a function that can do that in a way that rref( ) found the row echelon form? This is what I have so far:
A = [-1, 2, -3; 4, -5, 6]
R = rref(A)
I know once I have my row echelon, I want to get u1 = -1 and u2 = -2 but I do not know what the function is in matlab that performs this calculation.
Any guidance would be great
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!