Scilab Function

sva - singular value approximation

Calling Sequence

[U,s,V]=sva(A,k)
[U,s,V]=sva(A,tol)

Parameters

Description

Singular value approximation.

with k an integer >=1, returns U,S and V such that B=U*S*V' is the best L2 approximation of A with rank(B)=k.

with tol a real number, returns U,S and V such that B=U*S*V' such that L2-norm of A-B is at most tol.

Examples

See Also