LU decomposition method


sravich
11-14-2007, 06:50 AM
Hi,

I am trying to implement LU decomposition method to inverse matrix,
kindly can anyone suggest me any links where C code is available.this is for N x N matrix.

thanz in advance

ravi

xunilk
04-21-2008, 11:31 PM
C++ code in this URL:

http://www.espaciolinux.com/blogs-display-jid-803.html

works in Linux (and with a little change in Windows). Explanation is in Spanish but I believe that is understandable. You can change easily to C language where it is necessary. Specifically, the code is here:

http://blogel.espaciolinux.info/wp-content/archivos/zeka/INVERSA.zip