Difference between revisions of "NL/Documentation/How Tos/Calc: functie SOM.XMINY.2"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (moved Documentation/nl/How Tos/Calc: functie SOM.XMINY.2 to NL/Documentation/How Tos/Calc: functie SOM.XMINY.2: Moving NL documentation to the NL NLC section of the Wiki)
m
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
:<i>Gevorderd onderwerp:</i>
 
:<i>Gevorderd onderwerp:</i>
  
:<tt>'''SOM.XMINY.2'''</tt> evalueert zijn parameters <tt>'''X'''</tt> en <tt>'''Y'''</tt> als [[Documentation/nl/How_Tos/Matrices gebruiken|matrixformules]], maar behoeft niet te worden ingevoerd als een matrixformule. Met andere woorden: het kan worden ingevoerd met de '''Enter'''-toets, in plaats van met '''Ctrl-Shift-Enter'''. Zie het voorbeeld hieronder.
+
:<tt>'''SOM.XMINY.2'''</tt> evalueert zijn parameters <tt>'''X'''</tt> en <tt>'''Y'''</tt> als [[NL/Documentation/How_Tos/Matrices gebruiken|matrixformules]], maar behoeft niet te worden ingevoerd als een matrixformule. Met andere woorden: het kan worden ingevoerd met de {{key|Enter}}-toets, in plaats van met {{key|Ctrl|Shift|Enter}}. Zie het voorbeeld hieronder.
  
 
=== Voorbeeld: ===
 
=== Voorbeeld: ===
Line 19: Line 19:
  
 
<tt>'''SOM.XMINY.2(A1:A2+1; {2|1})'''</tt>  
 
<tt>'''SOM.XMINY.2(A1:A2+1; {2|1})'''</tt>  
:indien 'normaal' ingevoerd (niet als een [[Documentation/nl/How_Tos/Matrices gebruiken|matrixformule]]) en waar de cellen A1 en A2 respectievelijk <tt>'''3'''</tt> en <tt>'''2'''</tt>  bevatten, geeft ((3+1)-2)<sup>2</sup> + ((2+1)-1)<sup>2</sup> = <tt>'''8'''</tt> terug. <tt>'''SOM.XMINY.2'''</tt> forceert dat <tt>'''(A1:A2+1)'''</tt> wordt geëvalueerd als een [[Documentation/nl/How_Tos/Matrices gebruiken|matrixformule]] (intern de matrix {4|3} terug gevend).
+
:indien 'normaal' ingevoerd (niet als een [[NL/Documentation/How_Tos/Matrices gebruiken|matrixformule]]) en waar de cellen A1 en A2 respectievelijk <tt>'''3'''</tt> en <tt>'''2'''</tt>  bevatten, geeft ((3+1)-2)<sup>2</sup> + ((2+1)-1)<sup>2</sup> = <tt>'''8'''</tt> terug. <tt>'''SOM.XMINY.2'''</tt> forceert dat <tt>'''(A1:A2+1)'''</tt> wordt geëvalueerd als een [[NL/Documentation/How_Tos/Matrices gebruiken|matrixformule]] (intern de matrix {4|3} terug gevend).
  
=== Zie ook: ===
+
{{NL/Documentation/ZieOok|
[[Documentation/nl/How_Tos/Calc: functie SOM|'''SOM''']],
+
* [[NL/Documentation/How_Tos/Calc: functie SOM|SOM]]
[[Documentation/nl/How_Tos/Calc: functie SOM.ALS|'''SOM.ALS''']], [[Documentation/nl/How_Tos/Calc: functie KWADRATENSOM|'''KWADRATENSOM''']], [[Documentation/nl/How_Tos/Calc: functie SOMPRODUCT|'''SOMPRODUCT''']], [[Documentation/nl/How_Tos/Calc: functie SOM.X2MINY2|'''SOM.X2MINY2''']], [[Documentation/nl/How_Tos/Calc: functie SOM.X2PLUSY2|'''SOM.X2PLUSY2''']]
+
* [[NL/Documentation/How_Tos/Calc: functie SOM.ALS|SOM.ALS]]
 +
* [[NL/Documentation/How_Tos/Calc: functie KWADRATENSOM|KWADRATENSOM]]
 +
* [[NL/Documentation/How_Tos/Calc: functie SOMPRODUCT|SOMPRODUCT]]  
 +
* [[NL/Documentation/How_Tos/Calc: functie SOM.X2MINY2|SOM.X2MINY2]]
 +
* [[NL/Documentation/How_Tos/Calc: functie SOM.X2PLUSY2|SOM.X2PLUSY2]]
  
[[Documentation/nl/How_Tos/Optellen en tellen met voorwaarden|'''Optellen en tellen met voorwaarden''']]
+
* [[NL/Documentation/How_Tos/Optellen en tellen met voorwaarden|'''Optellen en tellen met voorwaarden''']]
  
[[Documentation/nl/How_Tos/Matrices gebruiken|'''Hoe matrices te gebruiken in Calc''']]
+
* [[NL/Documentation/How_Tos/Matrices gebruiken|'''Hoe matrices te gebruiken in Calc''']]
  
[[Documentation/nl/How_Tos/Calc: Matrixfuncties|'''Matrixfuncties''']]
+
* [[NL/Documentation/How_Tos/Calc: Matrixfuncties|'''Matrixfuncties''']]
  
[[Documentation/nl/How_Tos/Calc: Functies alfabetisch gesorteerd|'''Functies - alfabetisch gesorteerd''']],
+
* [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|'''Functies voor Calc - alfabetisch gesorteerd''']]
[[Documentation/nl/How_Tos/Calc: Functies gesorteerd per categorie|'''Functies - gesorteerd per categorie''']]
+
* [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|'''Functies voor Calc - gesorteerd per categorie''']]}}
 
[[Category: NL/Documentation/Reference/Calc]]
 
[[Category: NL/Documentation/Reference/Calc]]

Latest revision as of 12:35, 27 January 2024


SOM.XMINY.2

Geeft de som terug van de kwadraat-verschillen tussen twee overeenkomende elementen van de twee matrices.

Syntaxis:

SOM.XMINY.2(X; Y)

X en Y zijn matrices of bereiken van dezelfde grootte. SOM.XMINY.2 berekent Calc sumxmy2 equation.png voor de i elementen in de matrices.
Gevorderd onderwerp:
SOM.XMINY.2 evalueert zijn parameters X en Y als matrixformules, maar behoeft niet te worden ingevoerd als een matrixformule. Met andere woorden: het kan worden ingevoerd met de  ↵ Enter -toets, in plaats van met  Ctrl  +  ⇧ Shift  +  ↵ Enter . Zie het voorbeeld hieronder.

Voorbeeld:

SOM.XMINY.2(A1:A2; {2|1})

waar de cellen A1 en A2 respectievelijk 4 en 3 bevatten, geeft (4-2)2 + (3-1)2 = 8 terug.

Gevorderd onderwerp (parameter geëvalueerd als matrixformule):

SOM.XMINY.2(A1:A2+1; {2|1})

indien 'normaal' ingevoerd (niet als een matrixformule) en waar de cellen A1 en A2 respectievelijk 3 en 2 bevatten, geeft ((3+1)-2)2 + ((2+1)-1)2 = 8 terug. SOM.XMINY.2 forceert dat (A1:A2+1) wordt geëvalueerd als een matrixformule (intern de matrix {4|3} terug gevend).

Zie ook

Personal tools