linalg(deprecated)/singularvals - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : linalg(deprecated)/singularvals

linalg(deprecated)

  

singularvals

  

compute the singular values of a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

singularvals(A)

Parameters

A

-

square matrix

Description

• 

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[SingularValues], instead.

  

- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.

• 

The function singularvals returns a list of the singular values of the given matrix A.

• 

The singular values of a matrix are the square roots of the eigenvalues of AhtransposeA.

Examples

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[SingularValues], instead.

withlinalg:

Aarray1,0,1,1,0,1,0,1,0

A101101010

(1)

singularvalsA

0,2,1

(2)

See Also

linalg(deprecated)[eigenvals]

LinearAlgebra