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!