필터 지우기
필터 지우기

Is it possible to compute individual elements of a matrix inverse?

조회 수: 3 (최근 30일)
Philipp Glira
Philipp Glira 2017년 6월 21일
편집: Stephen23 2017년 6월 21일
I have a large sparse regular matrix. Instead of computing the full inverse of it, I just want to determine individual elements of it (mainly the diagonal elements of the inverse). Is there any way to do that in Matlab?
  댓글 수: 1
Stephen23
Stephen23 2017년 6월 21일
편집: Stephen23 2017년 6월 21일
Some light reading to get you started:
http://www-users.cs.umn.edu/~saad/PDF/Sparse_days_06_15_2010.pdf: "Computing the diagonal of the inverse of a sparse matrix"
http://www-users.cs.umn.edu/~saad/PDF/umsi-2010-42.pdf: "A Probing Method for Computing the Diagonal of the Matrix Inverse"
https://web.stanford.edu/~lexing/publication/diagonal.pdf: "FAST ALGORITHM FOR EXTRACTING THE DIAGONAL OF THE INVERSE MATRIX WITH APPLICATION TO THE ELECTRONIC STRUCTURE ANALYSIS OF METALLIC SYSTEMS"
Question: how big is the matrix?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by