Changes

Jump to navigation Jump to search
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 ]]
writer
6,694

edits

Navigation menu