Identity Command
- Identity( <Number> )
-
Gives the identity matrix of the given order.
Identity(3)
yields the matrix \(\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix}\).
If A is a square matrix of order n, |
Gives the identity matrix of the given order.
Identity(3)
yields the matrix \(\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix}\).
If A is a square matrix of order n, |