Obtains the identity matrix of dimension n
IdentityMatrix(n)
n
an integer
an identity matrix
I.3 = IdentityMatrix(3) print(I.3)