[Math] ny square matrix with orthonormal rows but not orthonormal columns

linear algebramatrices

An orthogonal matrix necessarily has orthonormal columns, and orthonormal columns necessarily give an orthogonal matrix. Also, orthonormal columns imply orthonormal rows.

But how about the converse of the last statement? Meaning, do orthonormal rows necessarily imply orthonormal columns?

Thanks

Best Answer

do orthonormal rows necessarily imply orthonormal columns?

For square matrices, yes. To see this, note that if $M$ has orthonormal rows but not orthonormal columns then the transpose $M^T$ has orthonormal columns but not orthonormal rows, which you know to be impossible.

For non-square matrices we can have orthonormal rows but not orthonormal columns or vice-versa. For example, consider the matrix $$\begin{pmatrix} 1 & 0 & 0\\ 0 & 1 & 0\\ \end{pmatrix}$$