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!