In which cases is the inverse of a matrix equal to its transpose?

98.9k Views Asked by At

In which cases is the inverse of a matrix equal to its transpose, that is, when do we have $A^{-1} = A^{T}$? Is it when $A$ is orthogonal?

2

There are 2 best solutions below

4
On BEST ANSWER

If $A^{-1}=A^T$, then $A^TA=I$. This means that each column has unit length and is perpendicular to every other column. That means it is an orthonormal matrix.

0
On

You're right. This is the definition of orthogonal matrix.