orth
Range space of a matrix.
Syntax
O = orth(A)
O = orth(A, tol)
Input argument
A - Input matrix
tol - a numeric value: scalar, singular value tolerance
Output argument
O - real or complex number (double or single).
Description
O = orth(A) returns an orthonormal basis for the range of A.
Example
See also
History
Author
Allan CORNET
Last updated