A matrix $B$ is a right inverse of a matrix $A$ if $A \times B = I$, where $I$ is the identity matrix of appropriate size. In this case, since $A$ is $p \times q$ and $B$ is $q \times p$, the product $A \times B$ should be the $p \times p$ identity matrix.
Show more…