Gauss-Elimination method

4 views (last 30 days)
Pham Duc Hieu
Pham Duc Hieu on 28 Jul 2021
Answered: James Tursa on 28 Jul 2021
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 Comments
James Tursa
James Tursa on 28 Jul 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
Pham Duc Hieu on 28 Jul 2021
Thank you for letting me know about the information I'm missing. I want to know what function or code line we can use to know the number of solution.

Sign in to comment.

Answers (1)

James Tursa
James Tursa on 28 Jul 2021

Categories

Find more on Linear Algebra in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!