-1

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

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

Alessio K
  • 10,599
  • If you expect people to put in the effort to answer a question, then it is polite to put in some effort yourself. For example, simply telling us where you got the problem from or what you tried would be a big step forward! – user1729 Aug 26 '20 at 13:13

1 Answers1

2

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. $$

user1551
  • 139,064