Is it possible to compute individual elements of a matrix inverse?
2 次查看(过去 30 天)
显示 更早的评论
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
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 Center 和 File Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!