How can I quickly obtain the inverse of a square sparse matrix?

조회 수: 83 (최근 30일)
Benson Gou
Benson Gou 2021년 6월 22일
답변: J. Alex Lee 2021년 6월 22일
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

채택된 답변

J. Alex Lee
J. Alex Lee 2021년 6월 22일
potentially, if you have more information about the properties of A, you can specify them in a call to linsolve

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sparse Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by