Identity matrix
m = IDENTITY(n)
The function IDENTITY(n) returns the identity matrix of order n, that is, the n by n matrix with ones on the diagonal and zeros elsewhere.
IDENTITY(n)
n
Example
IDENTITY(4) returns the matrix
IDENTITY(4)