IP331.com | Online Tools
HomeMatrix ToolsInvolutory Matrix Checker

Involutory Matrix Checker

Check if matrix is involutory (A² = I)

Enter 2x2 Matrix

Involutory Matrix Definition

A is involutory ⟺ A² = I
A² = A · A = Identity matrix
A⁻¹ = A (A is its own inverse)
det(A) = ±1, eigenvalues = ±1

An involutory matrix is its own inverse. Applying the transformation twice returns to the original state. This property makes involutory matrices useful in applications like reflections and toggles.

Every involutory matrix is diagonalizable with eigenvalues ±1. The trace equals the number of +1 eigenvalues minus the number of -1 eigenvalues.

What is an Involutory Matrix?

An involutory matrix is a square matrix that is its own inverse, meaning A² = I where I is the identity matrix. This implies A⁻¹ = A. Involutory matrices represent operations that are their own inverses, like reflections across axes or swapping operations.

Self-Inverse

A⁻¹ = A, applying twice returns to original.

Determinant

det(A) = ±1, product of eigenvalues.

Eigenvalues

Only possible eigenvalues are +1 and -1.

Diagonalizable

Always diagonalizable with orthogonal eigenvectors.

Example: R = [[0,1],[1,0]] (swap matrix)
1. R² = [[0,1],[1,0]] · [[0,1],[1,0]] = [[1,0],[0,1]] = I ✓
2. R is involutory ✓
3. R swaps rows, swapping twice returns to original

Applications

Cryptography Reflections Toggle Operations Computer Graphics Linear Algebra

Frequently Asked Questions

What is an involutory matrix?
Matrix where A² = I (A × A = identity). A is its own inverse: A⁻¹ = A.
Examples of involutory matrices?
Identity matrix I. Any reflection matrix. [[0,1],[1,0]] swaps rows/columns.
Properties of involutory matrices?
A⁻¹ = A, A² = I, eigenvalues are ±1, determinant is ±1, trace is sum of eigenvalues.
How to check involutory property?
Compute A² and verify it equals the identity matrix I.

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