SVD Command

From GeoGebra Manual
Revision as of 13:37, 9 September 2015 by Murkle (talk | contribs) (new command SVD)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


SVD[ <Matrix> ]
Returns the Singular Value Decomposition of the matrix (as a list of 3 matrices)
Example:
SVG[{{1, 2}, {3, 4}}] yields a list containing \left(\begin{array}{}-0.71&0.71\\0.71&0.71\\\end{array}\right) , \left(\begin{array}{}3.2&0\\0&3.5\\\end{array}\right), \left(\begin{array}{}-0.89&0.41\\0.45&0.82\\0&0.41\\\end{array}\right).

SVD Syntax

Determinant[ <Matrix> ]
Returns the Singular Value Decomposition of the matrix (as a list of 3 matrices)
Example:
SVG[{{1, 2}, {3, 4}}]
© 2024 International GeoGebra Institute