Form and notation
The symbol In records the order of the matrix. Select an order to see how only the diagonal entries change to one.
Key properties
Its role mirrors the number 1 in ordinary multiplication. The dimensions must always be compatible with the matrix or vector beside it.
Multiplicative identity. For an m × n matrix A, multiplication by the correctly sized identity changes nothing.
Its own inverse. Applying the identity again still does nothing, so it undoes itself.
Unit determinant. The identity preserves every area, volume, and higher-dimensional scale factor.
Every vector is fixed. Each nonzero vector is an eigenvector of In with eigenvalue 1.
Geometric meaning
Matrices can describe transformations such as rotation, reflection, scaling, and shearing. The identity matrix describes the transformation that does none of them.
Everything stays put.
Multiplying a vector by In preserves every coordinate. Its direction, length, and position remain exactly the same.
A common pitfall
The identity matrix is not the same as a matrix filled with ones. Only its main diagonal contains ones; every off-diagonal entry is zero.