hello,
i would like someone to help me in wirting a matrix inversion program of nxn order. what methods do u suggest for the same?
thanks,
ashesh
This is a discussion on generalized matrix inversion program within the C Programming forums, part of the General Programming Boards category; hello, i would like someone to help me in wirting a matrix inversion program of nxn order. what methods do ...
hello,
i would like someone to help me in wirting a matrix inversion program of nxn order. what methods do u suggest for the same?
thanks,
ashesh
C.B.Ashesh,
Hyderabad, India
Standard Guassian Elimination should work fine. With a little check to make sure the matrix is invertible first, of course.