Gauss-Elimination method
古いコメントを表示
How can I know exactly the number of solution, the exact solution in case of unique solution, the number of free variable in case of infinitely many solutions in Gauss-Elimination process?
2 件のコメント
James Tursa
2021 年 7 月 28 日
Are you asking how to calculate this in your own hand-written code? Or are you asking what MATLAB functions (e.g., rank) can be used for this?
Pham Duc Hieu
2021 年 7 月 28 日
回答 (1 件)
James Tursa
2021 年 7 月 28 日
1 投票
See the rank( ) function:
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!