2,730 bytes added
, 02:45, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''SUMX2PY2'''(ArrayX, ArrayY)
where,
'''ArrayX''' - represents the first array of values.
'''ArrayY''' - represents the second array of values.
</div>
----
<div id="1SpaceContent" class="zcontent" align="left">
It returns the sum of the sum of square of corresponding values in two arrays.
'''Formula''' :-
SUMX2PY2 = Σ (x<sup>2</sup> + y<sup>2</sup>)
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
If ArrayX and ArrayY have different number of values, SUMX2PY2 returns the #ERROR.
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
SUMX2PY2
</div></div>
----
<div id="8SpaceContent" class="zcontent" align="left">
Lets see an example in (Column3, Row1)
<nowiki>=SUMX2PY2(R1C1:R7C1,R1C2: R7C2)</nowiki>
SUMX2PY2 returns 593.
Consider an another example
<nowiki>=SUMX2PY2(R1C1:R7C1,R1C2: R6C2)</nowiki>
SUMX2PY2 returns the #ERROR.
</div>
----
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
----
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
----
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
----
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
----
<div id="2SpaceContent" class="zcontent" align="left">
{| id="TABLE3" class="SpreadSheet blue"
|- class="even"
| class=" " |
| class=" " | Column1
| class=" " | Column2
| class=" " | Column3
| Column4
|- class="odd"
| class=" " | Row1
| class=" " | 15
| class=" sshl_f " | 1
| class="sshl_f" | 593
|
|- class="even"
| class=" " | Row2
| class=" " | 8
| class=" " | 2
| class=" SelectTD ChangeBGColor SelectTD" |
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]] </div>
|
|- class="odd"
| Row3
| class=" " | 5
| class=" " | 3
|
|
|- class="even"
| Row4
| class=" " | 1
| class=" " | 4
|
|
|- class="odd"
| class=" " | Row5
| class=" " | 8
| class=" " | 5
|
|
|- class="even"
| class="sshl_f" | Row6
| class=" " | 7
| class=" " | 6
| class=" " |
| class=" " |
|- class="odd"
| class="sshl_f" | Row7
| class=" " | 5
| class=" " | 7
|
|
|}
<div align="left">[[Image:calci1.gif]]</div></div>
----