orth
Orthonormal basis for range of matrix
Description
Examples
Input Arguments
More About
Algorithms
The orthonormal basis for the range of A
is obtained from
U
in the singular value decomposition [U,S] =
svd(A,"econ")
. If r = rank(A,tol)
, then the first
r
columns of U
form an orthonormal basis for
the range of A
.