Sunday, July 12, 2009

How can you find the mathematical inverse of a matrix in C++?

I have a 3x3 matrix and need to find the mathematical inverse of it. I do not need the inverse of each individual term, but the inverse of the entire matrix.

How can you find the mathematical inverse of a matrix in C++?
The inversion of a 3x3 matrix is very easy to solve, however the equation is fairly long. You can find it on wikipedia at http://en.wikipedia.org/wiki/Inverse_mat...


No comments:

Post a Comment