SingularValueDecomposition
calculates the singular value decomposition for the
matrix
.
SingularValueDecomposition
returns u
, s
, w
such that matrix =u s v
,
u' u=1
, v' v=1
, and s
is diagonal.
See:
Examples
Symbolic SVD is not implemented, performing numerically.
Argument {1, {2}} at position 1 is not a non-empty rectangular matrix.
Implementation status
- ✅ - full supported