Idempotent Matrix
- An idempotent matrix is unchanged when multiplied by itself.
- Common examples are the identity matrix and projection matrices.
- For idempotent matrices, rank equals trace; they are diagonalizable (per the source).
Definition
Section titled “Definition”An idempotent matrix is a square matrix that satisfies the equation i.e., multiplying the matrix by itself yields the same matrix.
Explanation
Section titled “Explanation”- Idempotence means repeated multiplication by the matrix does not change the result beyond the first multiplication: A times A equals A.
- The identity matrix is an idempotent matrix because it reproduces itself under multiplication.
- Projection matrices that project vectors onto a subspace are idempotent because applying the projection twice has the same effect as applying it once.
- The source lists several properties attributed to idempotent matrices: the rank equals the trace, an idempotent matrix’s inverse is described as idempotent (in the source), and idempotent matrices are described as diagonalizable.
Examples
Section titled “Examples”Identity matrix (2×2)
Section titled “Identity matrix (2×2)”The 2×2 identity matrix I is idempotent. The source shows:
Projection matrix (projects onto the x-y plane)
Section titled “Projection matrix (projects onto the x-y plane)”The source gives the projection matrix P as:
and shows that multiplying P by itself yields P:
Notes or pitfalls
Section titled “Notes or pitfalls”The source lists these properties of idempotent matrices:
- The rank of an idempotent matrix is always equal to its trace. The source gives examples: the identity matrix has rank 2 because it has 2 non-zero elements on the main diagonal, and the projection matrix has rank 2 for the same reason.
- The source states that the inverse of an idempotent matrix is also an idempotent matrix and illustrates this by writing the equation with the matrices shown as: and then gives the inverse (as presented in the source):
- The source asserts that idempotent matrices are always diagonalizable and provides the decomposition for P as with
Related terms
Section titled “Related terms”- Identity matrix
- Projection matrix
- Trace
- Rank
- Inverse
- Diagonalizable
- Diagonal matrix
- Invertible matrix