Product of inverse matrix and non-invertible matrix

1.1k Views Asked by At

Probably an easy question, but can't find anything about it on the internet and it's not in my book. I know the product of two inverse matrices is an inverse matrix. Is it possible to get an inverse matrix if you multiply an inverse matrix with a non invertible matrix? Same with two non-invertible matrices.

1

There are 1 best solutions below

0
On

In case you haven't seen determinants suppose that $AB$ is invertible. Let $C$ be the inverse of $AB$ then:

\begin{align} (AB)C = I \\ A(BC) = I \end{align}

So $A$ is invertible.