Saturday, May 9, 2009

Hello any one please tell me complete code to find inverse of matrix in c++. or reference to any website?

It depends on the technique you want to use. Look at blas.org or lapack for ready made libraries. Just in case you dont know, matrix inversion is not done in most actual cases. The system is usually solved using one of the known Linear Algebra techniques like QR Factorization, LU decomposition and so on.


No comments:

Post a Comment