How can I quickly obtain the inverse of a square sparse matrix?
38 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Benson Gou
el 22 de Jun. de 2021
Respondida: J. Alex Lee
el 22 de Jun. de 2021
Dear All,
I have a square sparse matrix A. I use the following way to obtain its inverse:
invA = A \ eye(size(A));
I am wondering if there is a faster way to obtain invA.
Thanks a lot.
Benson
0 comentarios
Respuesta aceptada
J. Alex Lee
el 22 de Jun. de 2021
potentially, if you have more information about the properties of A, you can specify them in a call to linsolve
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!