OOoES/Traduccion/Calc: Funcion SUMAX2MASY2

From Apache OpenOffice Wiki
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SUMAX2MASY2

Devuelve la sumatoria de la suma de los cuadrados de dos matrices.

Sintaxis:

SUMAX2MASY2(Matriz_X; Matriz_Y)

Donde Matriz_X es la primer matriz o área de valores y Matriz_Y es la segunda matriz o área de valores.

Ejemplo:

A B
1 1 2
2 4 3
C D
1 2 2
2 2 2

=SUMAX2MASY2(A1:B2;C1:D2)

Devuelve 46.

Ejemplo

A B C D
1 2 3 4 5
2 6 7 8 9
3 10 11 12 13

=SUMAX2MASY2(A1:B3;C1:D3)

Devuelve 818

Vea También

SUMAXMENOSY2

Funciones Matriz

Personal tools