2,397 bytes added
, 02:40, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''MMULT'''(Array1, Array2)
where,
'''Array1, Array2......''' - are represents arrays.
</div>
----
<div id="1SpaceContent" class="zcontent" align="left">
It returns the matrix product of two arrays.
'''Formula''' :-
MMULT = Σb<sub>ik</sub>c<sub>kj</sub>
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
If Array1, Array2......... have different set of data points , MMULT returns #ERROR.
If any cell is empty, returns NaN.
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
MMULT
</div></div>
----
<div id="8SpaceContent" class="zcontent" align="left">
Lets see an example in (Column2, Row5)
<nowiki>=MMULT(R1C1:R2C2, R3C1:R4C2)</nowiki>
MMULT returns array[23,47,30,62].
</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
| Column2
| Column3
| Column4
|- class="odd"
| class=" " | Row1
| class=" " | 1
| class=" " | 5
|
|
|- class="even"
| class=" " | Row2
| class=" " | 2
| class=" " | 6
|
|
|- class="odd"
| Row3
| class=" sshl_f " | 3
| class=" " | 7
|
|
|- class="even"
| Row4
| class=" " | 4
| class=" " | 8
|
|
|- class="odd"
| class=" " | Row5
| class=" " |
| class="sshl_f" | 23,47,30,62
|
|
|- class="even"
| Row6
|
| 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>
|
|
|}
<div align="left">[[Image:calci1.gif]]</div></div>
----