powered by
Orthonormalizes a square, invertible matrix
orthonorm(X)
X after orthonormalization
A square matrix to be orthonormalized.
Y is orthonormal if $YY'=Y'Y=I$. Orthonormalization of X is given by $X (X'X)^(-.5)$.