linalg(deprecated)
singularvals
compute the singular values of a matrix
Calling Sequence
Parameters
Description
Examples
singularvals(A)
A
-
square matrix
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 A⁢htranspose⁡A.
with⁡linalg:
A≔array⁡1,0,1,1,0,1,0,1,0
A≔101101010
singularvals⁡A
0,2,1
See Also
linalg(deprecated)[eigenvals]
LinearAlgebra
Download Help Document