Proof that orthogonalization preserves determinant

determinantlinear algebraorthogonality

Prove that the Gram-Schmidt orthogonalization (without normalization) preserves the determinant of the $n\times n$ matrix formed by the $n$ linear independent vectors in $\mathbb{R}^n$.

Best Answer

It is well-known that adding a row to another, with an arbitrary factor, does not change the value of the determinant (a determinant "cancels" the linear dependencies). And this is precisely what Gram-Schmidt does.

Note that if you performed the normalizations, that would result in the determinant being divided by the product of the norms of the successive vectors. As the determinant of an orthogonal matrix is plus or minus unity, the determinant can come as a byproduct.

Related Question