Qurak

IdentityMatrix

Available

Creates an identity matrix of given size

IdentityMatrix[n]
IdentityMatrix[{m, n}]
IdentityMatrix[3] → {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}

Topics

Related

All 6300 functions · Use this from an MCP client