Difference between revisions of "Manuals/calci/MATRIXZERO"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXZERO (n) '''</div><br/> *<math>n</math> is any matrix. ==Description== *This function shows the zero matrix with the given order. *In <m...") |
|||
Line 10: | Line 10: | ||
==Examples== | ==Examples== | ||
+ | 1. MATRIXZERO(6) | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | 0 || 0 || 0 || 0 || 0 || 0 | ||
+ | |- | ||
+ | | 0 || 0 || 0 || 0 || 0 || 0 | ||
+ | |- | ||
+ | | 0 || 0 || 0 || 0 || 0 || 0 | ||
+ | |- | ||
+ | | 0 || 0 || 0 || 0 || 0 || 0 | ||
+ | |- | ||
+ | | 0 || 0 || 0 || 0 || 0 || 0 | ||
+ | |- | ||
+ | | 0 || 0 || 0 || 0 || 0 || 0 | ||
+ | |} | ||
+ | 2. MATRIXZERO(2) | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | 0 || 0 | ||
+ | |- | ||
+ | | 0 || 0 | ||
+ | |} | ||
==See Also== | ==See Also== |
Revision as of 14:15, 6 July 2017
MATRIXZERO (n)
- is any matrix.
Description
- This function shows the zero matrix with the given order.
- In , is the order of the matrix.
- Zero matrix is defined with all the entries being zero.
- Zero matrix is also called null matrix.
- A zero matrix is the additive identity of the additive group of any matrices.
Examples
1. MATRIXZERO(6)
0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 0 | 0 | 0 | 0 |
2. MATRIXZERO(2)
0 | 0 |
0 | 0 |