IP331.com | Online Tools
HomeMatrix ToolsIdempotent Matrix Checker

Idempotent Matrix Checker

Check if matrix is idempotent (A² = A)

Enter 2x2 Matrix

Idempotent Matrix Definition

A is idempotent ⟺ A² = A
A² = A · A (matrix multiplication)
Projections: applying twice = applying once
Eigenvalues: 0 or 1 only

An idempotent matrix represents a projection transformation. When you apply it once or twice to a vector, you get the same result - the vector has been "projected" onto a subspace.

The only invertible idempotent matrix is the identity matrix (A² = A and invertible implies A = I).

What is an Idempotent Matrix?

An idempotent matrix is a matrix that equals its own square (A² = A). When such a matrix is used as a linear transformation, applying it repeatedly produces the same result as applying it once. This is analogous to projection in geometry.

Eigenvalues 0 or 1

Only eigenvalues possible are 0 and 1.

Trace = Rank

For idempotent matrices, trace(A) = rank(A).

Projection

Projects vectors onto the eigenspace for eigenvalue 1.

Determinant

det = 0 (unless matrix is identity).

Example: P = [[1,0],[0,0]] (projects onto x-axis)
1. P² = [[1,0],[0,0]] · [[1,0],[0,0]] = [[1,0],[0,0]] = P ✓
2. P is idempotent ✓
3. For any (x,y): P(x,y) = (x,0)

Applications

Statistics Projections Economics Computer Graphics Linear Algebra

Frequently Asked Questions

What is an idempotent matrix?
Matrix where A² = A. Applying the transformation twice gives same result as once. Represents projection onto a subspace.
Examples of idempotent matrices?
Identity matrix I (A² = I). Any projection matrix. Matrix [[1,0],[0,0]] projects onto x-axis.
Properties of idempotent matrices?
Eigenvalues are 0 or 1. Trace equals rank. Determinant is 0 (unless identity).
How to check idempotency?
Compute A², compare with A. A² = A means idempotent.

More Matrix Tools

Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.

© 2026 IP331.com — Free Online Tools. All rights reserved.

About · Contact · Privacy Policy · Cookie Policy · Terms of Use · Disclaimer · Sitemap