<< lu | Linear algebra | planerot >> |
O = orth(A) |
O = orth(A, tol) |
Input matrix
a numeric value: scalar, singular value tolerance
real or complex number (double or single).
O = orth(A) returns an orthonormal basis for the range of A.
M = [10 -20 40; -50 20 0; 10 0 30]
O = orth(M)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET