Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Changes
← Older edit
Newer edit →
Manuals/calci/IDENTITY
(view source)
Revision as of 15:13, 27 April 2015
352 bytes added
,
15:13, 27 April 2015
no edit summary
Line 8:
Line 8:
*Identity matrix is also called as Unit matrix.
*Identity matrix is also called as Unit matrix.
*The identity matrix is the identity for matrix multiplication.
*The identity matrix is the identity for matrix multiplication.
−
*The form of identity matrices are
:
+
*The form of identity matrices are
<math> I_1=\begin{bmatrix}
<math> I_1=\begin{bmatrix}
1 \\
1 \\
Line 29:
Line 29:
0 & 0 & 0 & \cdots & 1
0 & 0 & 0 & \cdots & 1
\end{bmatrix}</math>
\end{bmatrix}</math>
+
+
+
==Examples==
+
*1.MATRIX("identity")
+
{| class="wikitable"
+
|-
+
| 1 || 0 || 0
+
|-
+
| 0 || 1 || 0
+
|-
+
| 0|| 0 || 1
+
|}
+
*2.MATRIX("identity",6)
+
{| class="wikitable"
+
|-
+
| 1 || 0 || 0 || 0 || 0 ||0
+
|-
+
| 0 || 1 || 0 || 0 || 0 || 0
+
|-
+
| 0|| 0 || 1 || 0 || 0 || 0
+
|-
+
| 0 || 0 || 0 || 1 || 0 || 0
+
|-
+
| 0 || 0 || 0 || 0 || 1 || 0
+
|-
+
| 0 || 0 || 0 || 0 || 0 || 1
+
|}
Devika
writer
6,694
edits