A generalization of orthogonal matrices

41 Views Asked by At

Consider the biorthogonal matrix propriety $\to$ $A^T \cdot B=I$.

How do I prove that $A \cdot B^T=I$?

1

There are 1 best solutions below

0
On

I assume that $A$ and $B$ are square matrices. Since $XY=I$ iff $YX=I$, we have $$ A^TB=I\Rightarrow BA^T=I\Rightarrow AB^T=(BA^T)^T=I. $$