IP331.com | Online Tools
HomeMatrix ToolsUnitary Matrix Checker

Unitary Matrix Checker

Check if matrix is unitary (U*U = I)

Enter 2x2 Complex Matrix (real + imaginary i)
Re
Im
Re
Im
Re
Im
Re
Im

Unitary Matrix Definition

U is unitary ⟺ U*U = UU* = I
U* = conjugate transpose of U
For real matrices: unitary = orthogonal
|det(U)| = 1 (eigenvalues on unit circle)

A unitary matrix is a complex square matrix whose conjugate transpose equals its inverse. Unitary matrices preserve inner products and have eigenvalues of unit magnitude.

For real matrices, unitary matrices reduce to orthogonal matrices. The identity matrix is always unitary.

What is a Unitary Matrix?

A unitary matrix is a complex square matrix U satisfying U*U = UU* = I, where U* is the conjugate transpose of U. The columns (and rows) of a unitary matrix form an orthonormal basis for Cn.

Orthonormal Columns

Columns form orthonormal set: inner products are 0 or 1.

Preserves Norm

||Ux|| = ||x|| for all vectors x.

Eigenvalues

All eigenvalues have absolute value 1.

Determinant

|det(U)| = 1. Real orthogonal case: det = ±1.

Example: Identity Matrix I = [[1,0],[0,1]]
1. I* = [[1,0],[0,1]] = I
2. I*I = [[1,0],[0,1]] = I
3. II* = [[1,0],[0,1]] = I
4. I is unitary ✓

Applications

Quantum Mechanics Signal Processing Fourier Transform Quantum Computing Numerical Analysis

Frequently Asked Questions

What is a unitary matrix?
Matrix U where U*U = UU* = I (identity). U* is conjugate transpose. Columns form orthonormal basis.
Unitary vs orthogonal?
Unitary: U*U = I for complex matrices. Orthogonal: QᵀQ = I for real matrices. Unitary extends orthogonal to complex case.
Properties of unitary matrices?
Preserves inner product, eigenvalues lie on unit circle, determinant has absolute value 1.
How to check unitarity?
Compute conjugate transpose U*, verify U*U = I. Also check UU* = 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