c code for matrix inversion

Status
Not open for further replies.

mukul

Junior Member level 3
Joined
Jun 27, 2004
Messages
25
Helped
6
Reputation
12
Reaction score
6
Trophy points
1,283
Location
India
Activity points
145
matrix inversion c code

Anybody have C Code for matrix inversion
I need this in form of a function in my project application
 

matrix inverse c

mukul said:
Anybody have C Code for matrix inversion
I need this in form of a function in my project application

you might have known abt the book "Numerical Receipes in C"

That is a damn good book for all algorithms.. in matrix related.. it contains the Source Code for all matrix algorithms like

1) LU Decompostion, Gaussian Elimination
2) SVD Decompostion
3) QR ..
etc............ and many many

it is a freee download book which can be searched from "GOOGLE"
also it is uploaded in MCU forum also.... But incase ur matrix will never be Singular,,,,, better to adopt LU decomposition..

Also u could search for some IEEE papers for Partitoned LU approaches in case of a 100 * 100 or 1000 * 1000 matrix inversion...

hope this helps u....

regards,
arunmit168.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…