Gauss-Elimination method
Mostrar comentarios más antiguos
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 comentarios
James Tursa
el 28 de Jul. de 2021
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
el 28 de Jul. de 2021
Respuestas (1)
James Tursa
el 28 de Jul. de 2021
1 voto
See the rank( ) function:
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!