Linear Algebra and the C Language/a06m


The Inverse with adjoint_mR();

In linear algebra, an invertible matrix is a square matrix that has an inverse... Wikipedia: Invertible matrix

The function

inv_mR();

Code

Some applications

Solve: AX = B

Solve: A|x1|x2| ... |xn| = b1|b2| ... |bn|