|
[Sponsors] |
How can I find the inverse of a sparse matrix |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 18, 2014, 18:10 |
How can I find the inverse of a sparse matrix
|
#1 |
Senior Member
Join Date: Jun 2011
Posts: 163
Rep Power: 15 |
I have a matrix n*n and I want to find its inverse.
the matrix is not a 3 diagonal matrix (lower-upper- diagonal)and therefor I can not use the lduMatrix any help will be appreciated |
|
January 19, 2014, 11:47 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi mechy,
I'm just dropping by to help future readers on where you found part of the solution to your problem and a link to another thread that is on a related topic:
Bruno |
|
January 19, 2014, 22:29 |
|
#3 | |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
Quote:
If you want to look into the actual methods, i would look at the book "iterative methods for sparse linear systems" and the paper "An introduction to the conjugate gradient method without the agonizing pain". Good luck. **much like CSR, CSC, ELL, and others...but some are better suited for certain sparse patterns Last edited by chegdan; January 20, 2014 at 11:15. Reason: added some links |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |
C++ solver for Large sparse matrix! | sina_mech | Main CFD Forum | 7 | November 20, 2009 14:52 |
Inverse of a matrix | Sathe | Main CFD Forum | 5 | May 15, 2002 17:01 |
sparse matrix solvers | ahmed mobarki | Main CFD Forum | 3 | August 30, 2000 23:06 |
solver for linear system with large sparse matrix | Yangang Bao | Main CFD Forum | 1 | October 25, 1999 05:22 |