Check if matrix is skew-Hermitian (A = -A*)
A skew-Hermitian (or anti-Hermitian) matrix equals the negative of its conjugate transpose. All eigenvalues are pure imaginary or zero.
A skew-Hermitian matrix is a complex square matrix A satisfying A* = -A, where A* is the conjugate transpose. The diagonal elements must be pure imaginary (zero real part), and eigenvalues are pure imaginary or zero.
All eigenvalues are purely imaginary or zero.
Diagonal elements have zero real part.
i·H is skew-Hermitian if H is Hermitian.
Example: A = [[0, 1+i], [-1+i, 0]]
1. A* = [[0, -1-i], [1-i, 0]] (conjugate transpose)
2. -A* = [[0, 1+i], [-1+i, 0]] = A ✓
3. A is skew-Hermitian ✓
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