Hello all:

My work comes across matrix operation in C++. The rows m and columns n of the matrix m*n usually as big as 10 t0 30.

The major question is after defining the matrix A, I need to know the inverse matrix A-1('-1' is superscript)

Who knows the program or way for obtaining inverse matrix?

Thanks!