How does matlab solve matrices?
Mostrar comentarios más antiguos
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
Respuestas (1)
Depends on the type of matrix, see
1 comentario
Sarah
el 20 de Sept. de 2014
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!