|
[Sponsors] |
August 25, 2000, 13:25 |
sparse matrix solvers
|
#1 |
Guest
Posts: n/a
|
i'll like to know if there is a programm or a book in odrere solves a penta digonal matrix whit elemination alla the non zzero element in order to reduce the exucution time and to use lesse memory
whaiting for a replay thanks for all |
|
August 25, 2000, 17:21 |
Re: sparse matrix solvers
|
#2 |
Guest
Posts: n/a
|
Hi For program I think you should visit www.netlib.org and for book I belive that the most suitable point to start your study will be the book "Numerical Recies In C" (Fortran and Pascal editions are available). I suggest you to think about the condition number of your matrix prior to selection of any algorithm. because in many cases you will see that the benefits of a specific algorithm dose not suffice for their sellction as an algorithm. Try also siam online journal for your furhter searches.
Hope you can find something useful. If you have any furthur question please contact me. Good Luck! Reza |
|
August 29, 2000, 10:36 |
Re: sparse matrix solvers
|
#3 |
Guest
Posts: n/a
|
In the Numerical Recipes (C and Fortran) there are methods to solve Tridiagonal and Band diagonal Systems of Equations.
In a general sparse case with a non particular pattern the best way is to use iterative methods, like the biconjugate gradient method, or similar. These methods have the advantage to be easily paralleled. |
|
August 30, 2000, 23:06 |
Re: sparse matrix solvers
|
#4 |
Guest
Posts: n/a
|
To solve the sparse matrix, we can easily use Matlab programming. Matlab has been based on matrix programming. So, to solve the problem based on matrix, it is easy to use matlab programming, especially for algebraic equation that formed sparse matrix.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sparse solver for block-diagonal matrix | alberto_cuoci | Main CFD Forum | 1 | July 5, 2011 07:37 |
C++ solver for Large sparse matrix! | sina_mech | Main CFD Forum | 7 | November 20, 2009 14:52 |
OpenFOAM version 1.6 details | lakeat | OpenFOAM Running, Solving & CFD | 42 | August 26, 2009 22:47 |
Sparse matrix | Takuya TSUJI | Main CFD Forum | 4 | May 9, 2001 19:07 |
Solvers for Sparse Matrices | Morvan Dominique | Main CFD Forum | 3 | November 2, 1999 04:37 |