Diagonalization Checker Calculator

Test whether your square matrix is diagonalizable. Enter entries, select size, and get eigenvalues, geometric and algebraic multiplicities, and a verdict for real and complex fields. See symmetry detection, nullspace steps, and an optional diagonalizing basis. Ideal for coursework, engineering, and research when you need fast, transparent linear algebra checks with practical numeric tolerances. Includes examples, explanations, and export options.

Smaller → stricter (default 1e-9)
Examples auto-fill for current size (2–4 work best).
FAQs
  1. What does “diagonalizable” mean? A square matrix is diagonalizable if there exists an invertible matrix P such that P⁻¹AP is diagonal.
  2. Why does symmetry guarantee diagonalization over ℝ? By the spectral theorem, every real symmetric matrix has an orthonormal eigenbasis and real eigenvalues.
  3. How are eigenvalues computed here? Using a shifted QR iteration to approximate the real Schur form, then extracting 1×1 and 2×2 blocks.
  4. What if my matrix has complex eigenvalues? It cannot be diagonalized over ℝ but may be diagonalizable over ℂ. The tool flags such cases and provides a heuristic over ℂ.
  5. What causes “inconclusive” over ℂ? Repeated complex eigenvalues require complex-nullspace checks, which this page does not compute. Use a CAS for a definitive answer.
  6. Why provide a tolerance? Numerical algorithms require thresholds to decide when values are “effectively zero,” influencing rank and multiplicity judgments.
  7. What sizes work best? The QR iteration here targets small matrices (2–6). Larger or ill-conditioned problems are better handled with specialized software.

Related Calculators


Uniform Distribution PDF/PMF Value Calculator
Pareto Distribution Quantile Percent Point Calculator
Cauchy Distribution CDF Value Calculator
Laplace Distribution CDF Value Calculator
Geometric Distribution Moments Mean Variance Calculator
Negative Binomial Distribution PDF/PMF Value Calculator
Square Area Calculator
Rectangle Perimeter Calculator
Rectangle Circumradius Calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.