linalg[singularvals] - compute the singular values of a matrix
|
Calling Sequence
|
|
singularvals(A)
|
|
Description
|
|
•
|
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 .
|
|
|