Scilab 6.0.0
Scilab Help >> Linear Algebra > Matrix Analysis > orth
orth
orthogonal basis
Syntax
Q=orth(A)
Arguments
- A
real or complex matrix
- Q
real or complex matrix
Description
Q=orth(A)
returns Q
, an orthogonal
basis for the span of A
. Range(Q
) =
Range(A
) and Q'*Q=eye
.
The number of columns of Q
is the rank of
A
as determined by the QR algorithm.
Comments
Add a comment:
Please login to comment this page.