2

The title is pretty much the question, but to state it more explicitly:

If we construct a square matrix A to have rows that are orthogonal unit vectors, then $AA^{T}=I$, but how can we prove that $A^{T}A=I$ ?

Jerry Guern
  • 2,662

1 Answers1

1

$$AA^T=I$$

implies that $A^T=A^{-1}$.

Hence $$A^TA=A^{-1}A=I$$

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149