How does matlab solve matrices?

3 views (last 30 days)
Sarah
Sarah on 20 Sep 2014
Commented: Sarah on 20 Sep 2014
I was just wondering if anybody knew the method used by matlab to solve matrices, when the command A\b is used. For example, does it used back substitution without gaussian elimination, or does it use back substitution with gaussian elimination, or does it use LU decomposition?
Thank you

Answers (1)

Matt J
Matt J on 20 Sep 2014
Edited: Matt J on 20 Sep 2014

Community Treasure Hunt

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

Start Hunting!