mastro
10-08-2004, 03:38 AM
I'm trying to port the code of one Finite Element Analysis from Fortran77 in Ansi C.
The linear system is made of up more 10,000 lines: the matrix is really sparse. I'm wondering which algorith should be used to solve this linear system.
Among those problem I'm wondering if it is in general true (even for sparse matrix) that the solution of a linear system of N unknowns, requires an order N^2 to be solved. Or am I wrong?
Any idea or reply will been weel accepted.
Mastro
The linear system is made of up more 10,000 lines: the matrix is really sparse. I'm wondering which algorith should be used to solve this linear system.
Among those problem I'm wondering if it is in general true (even for sparse matrix) that the solution of a linear system of N unknowns, requires an order N^2 to be solved. Or am I wrong?
Any idea or reply will been weel accepted.
Mastro