Difference between revisions of "Manuals/calci/MATRIXIDENTITY"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXIDENTITY(n)'''</div><br/> *<math>n</math> is the order of the matrix. ==Description== *This function shows the identity matrix of a given...") |
|||
Line 49: | Line 49: | ||
| 0 || 0 || 0 || 0 ||1 | | 0 || 0 || 0 || 0 ||1 | ||
|} | |} | ||
+ | |||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=3cnIa0fYJkY|280|center|Identity Matrix}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:53, 12 April 2019
MATRIXIDENTITY(n)
- is the order of the matrix.
Description
- This function shows the identity matrix of a given matrix.
- In , is the Order of identity matrix.
- Identity matrix is also called Unit matrix.
- Identity matrix of size n is the nxn square matrix with ones on the main diagonal and zeros on the other entries.
- Identity matrix is denoted by .
- ,
, ......
Examples
1.MATRIXIDENTITY(3)
1 | 0 | 0 |
0 | 1 | 0 |
0 | 0 | 1 |
2. MATRIXIDENTITY(5)
1 | 0 | 0 | 0 | 0 |
0 | 1 | 0 | 0 | 0 |
0 | 0 | 1 | 0 | 0 |
0 | 0 | 0 | 1 | 0 |
0 | 0 | 0 | 0 | 1 |
Related Videos
See Also
References