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

Online Help

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 .

Examples

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

(1)

(2)

See Also

linalg(deprecated)[eigenvals]

LinearAlgebra

 


Download Help Document