Gauss-Elimination method
Mostra commenti meno recenti
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 Commenti
James Tursa
il 28 Lug 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
il 28 Lug 2021
Risposte (1)
James Tursa
il 28 Lug 2021
1 voto
See the rank( ) function:
Categorie
Scopri di più su Linear Algebra in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!