Identity Command

Identity( <Number> )

Gives the identity matrix of the given order.

Identity(3) yields the matrix (100010001).

If A is a square matrix of order n, A^0 yields the same as Identity(n).