Scilab Function

orth - orthogonal basis

Calling Sequence

Q=orth(A)

Parameters

Description

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.

Examples

See Also