IdentityMatrix
IdentityMatrix(n)gives the identity matrix with
nrows and columns.
IdentityMatrix({n,m})gives the identity matrix with
nrows andmcolumns.
See
Examples
>> IdentityMatrix(3){{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}Implementation status
- ✅ - full supported