Scilab Function

rank - rank

Calling Sequence

[i]=rank(X)
[i]=rank(X,tol)

Parameters

Description

is the numerical rank of X i.e. the number of singular values of X that are larger than norm(size(X),'inf') * norm(X) * %eps.

rank(X,tol) is the number of singular values of X that are larger than tol.

Remark

Examples

See Also