Diferencia entre revisiones de «Comando DVS»

De GeoGebra Manual
Saltar a: navegación, buscar
(Página creada con «<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix}} {{revisar}} ;DVS[ <Matriz> ] :Returns the [https://en.wikipedia.org/wiki/Singular_value...»)
 
m
Línea 1: Línea 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix|DVS}}
{{revisar}}
 
 
;DVS[ <Matriz> ]
 
;DVS[ <Matriz> ]
:Returns the [https://en.wikipedia.org/wiki/Singular_value_decomposition Singular Value Decomposition] of the matrix (as a list of 3 matrices)
+
:Devuelve la [https://es.wikipedia.org/wiki/Descomposici%C3%B3n_en_valores_singulares Descomposición en valores singulares] de la matriz (como una lista de tres matrices).
:{{example|1=<div><code><nowiki>SVD[{{1, 2}, {3, 4}}]</nowiki></code> yields a list containing <math>    \left(\begin{array}{}-0.71&0.71\\0.71&0.71\\\end{array}\right)  </math>, <math> \left(\begin{array}{}3.2&0\\0&3.5\\\end{array}\right)</math>, <math>\left(\begin{array}{}-0.89&0.41\\0.45&0.82\\0&0.41\\\end{array}\right)</math>.</div>}}
+
:{{example|1=<div><code><nowiki>DVS[{{1, 2}, {3, 4}}]</nowiki></code> devuelve la lista de elementos: <math>    \left(\begin{array}{}-0.71&0.71\\0.71&0.71\\\end{array}\right)  </math>, <math> \left(\begin{array}{}3.2&0\\0&3.5\\\end{array}\right)</math> y <math>\left(\begin{array}{}-0.89&0.41\\0.45&0.82\\0&0.41\\\end{array}\right)</math>.</div>}}

Revisión del 11:35 13 sep 2015


DVS[ <Matriz> ]
Devuelve la Descomposición en valores singulares de la matriz (como una lista de tres matrices).
Ejemplo:
DVS[{{1, 2}, {3, 4}}] devuelve la lista de elementos: \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) y \left(\begin{array}{}-0.89&0.41\\0.45&0.82\\0&0.41\\\end{array}\right).
© 2024 International GeoGebra Institute