How do I find the inverse of a #3xx3# matrix?
1 Answer
The easiest way to do this to do a reduced row echelon form augmented with an identity matrix:
The inverse matrix is the right square matrix.
There are other ways to compute the inverse matrix, but this method uses an algorithm that you are already familiar with.