Difference between revisions of "Documentation/How Tos/Calc: SUMX2MY2 function"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 51: Line 51:
 
:when entered 'normally' (not as an [[Documentation/How_Tos/Using Arrays|array formula]]), and where cells A1 and A2 contain <tt>'''3'''</tt>  and <tt>'''2'''</tt>  respectively, returns ((3+1)<sup>2</sup>-2<sup>2</sup>) + ((2+1)<sup>2</sup>-1<sup>2</sup>) = <tt>'''20'''</tt>. <tt>'''SUMX2MY2'''</tt> forces <tt>'''(A1:A2+1)'''</tt> to be evaluated as an [[Documentation/How_Tos/Using Arrays|array formula]] (internally returning the array {4|3}).
 
:when entered 'normally' (not as an [[Documentation/How_Tos/Using Arrays|array formula]]), and where cells A1 and A2 contain <tt>'''3'''</tt>  and <tt>'''2'''</tt>  respectively, returns ((3+1)<sup>2</sup>-2<sup>2</sup>) + ((2+1)<sup>2</sup>-1<sup>2</sup>) = <tt>'''20'''</tt>. <tt>'''SUMX2MY2'''</tt> forces <tt>'''(A1:A2+1)'''</tt> to be evaluated as an [[Documentation/How_Tos/Using Arrays|array formula]] (internally returning the array {4|3}).
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: SUM function|SUM]]
 
* [[Documentation/How_Tos/Calc: SUM function|SUM]]
 
* [[Documentation/How_Tos/Calc: SUMIF function|SUMIF]]
 
* [[Documentation/How_Tos/Calc: SUMIF function|SUMIF]]

Revision as of 08:01, 17 July 2018


SUMX2MY2

Returns the sum of the differences between corresponding squared elements of two matrices.

Syntax:

SUMX2MY2(x; y)

x and y are arrays or ranges of the same size. SUMX2MY2 calculates Calc sumx2my2 equation.png for the i elements in the arrays.
Advanced topic:
SUMX2MY2 evaluates its parameters x and y as array formulas but does not need to be entered as an array formula. In other words it can be entered with the Enter key, rather than Cntrl-Shift-Enter. See the example below.

Example:

SUMX2MY2(A1:A2; {2|1})

where cells A1 and A2 contain 4 and 3 respectively, returns (42-22) + (32-12) = 20.

Advanced topic:

SUMX2MY2(A1:A2+1; {2|1})

when entered 'normally' (not as an array formula), and where cells A1 and A2 contain 3 and 2 respectively, returns ((3+1)2-22) + ((2+1)2-12) = 20. SUMX2MY2 forces (A1:A2+1) to be evaluated as an array formula (internally returning the array {4|3}).



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_SUMX2MY2_function&oldid=243432"
Views
Personal tools
Navigation
Tools