Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Changes
← Older edit
Newer edit →
Manuals/calci/MATRIXDIVIDE
(view source)
Revision as of 23:09, 13 June 2017
422 bytes added
,
23:09, 13 June 2017
no edit summary
Line 27:
Line 27:
a_{m1}/b_{m1} & a_{m2}/b_{m2}& \cdots & a_{mn}/b_{mn}
a_{m1}/b_{m1} & a_{m2}/b_{m2}& \cdots & a_{mn}/b_{mn}
\end{bmatrix}</math>
\end{bmatrix}</math>
+
+
+
==Examples==
+
1. MATRIXDIVIDE([[6,16],[10,-12]],[[3,4],[5,4]])
+
{| class="wikitable"
+
|-
+
| 2 || 4
+
|-
+
| 2 || -3
+
|}
+
2. MATRIXDIVIDE([[32,14,15],[16,-32,76]],[[3,2,5],[-4,6,5]])
+
{| class="wikitable"
+
|-
+
| 10.666666666666666 || 7 || 3
+
|-
+
| -4 || -5.333333333333333 || 15.2
+
|}
+
+
==References==
+
*[http://www.wikihow.com/Divide-Matrices Matrix Division]
+
+
*[[Z_API_Functions | List of Main Z Functions]]
+
*[[ Z3 | Z3 home ]]
Devika
writer
6,694
edits