Spectral Decomposition Calculator
Enter matrix entries.

Concept

The spectral decomposition of a real symmetric matrix expresses it as A=QΛQT. Here Q is orthogonal with columns of unit eigenvectors, and Λ is diagonal with eigenvalues. This decomposition diagonalizes the quadratic form represented by A, revealing its principal axes.

Diagonalization has far-reaching applications, from solving systems of differential equations to analyzing covariance matrices in statistics. By orthogonally diagonalizing A, we can easily raise it to powers or compute functions like An by applying the function to the eigenvalues.

For a 2x2 symmetric matrix [abbc], the eigenvalues satisfy the characteristic polynomial λ2-(a+c)λ+ac-b2=0. The solutions are λ=a+c±a2-2ac+c2+4b22.

The eigenvectors are obtained by solving (A-λI)v=0 for each eigenvalue. For example, when λ1 is known, the vector (v1,v2) satisfying (a-λ1)v1+bv2=0 may be chosen. Normalizing gives the columns of Q.

This calculator automates the algebra for 2x2 symmetric matrices to provide immediate insight into how eigenvalues and eigenvectors work together. Try experimenting with different values to see how the matrix orientation and scaling change.

Related Calculators

Matrix Exponential Calculator - e^A for 2x2 matrices

Compute the matrix exponential of a 2x2 matrix using a power series.

matrix exponential calculator expm 2x2

Quaternion Calculator - Multiply and Conjugate Quaternions

Perform basic quaternion arithmetic including multiplication, conjugation, and magnitude.

quaternion calculator 3D rotations quaternion multiplication

Partial Fraction Decomposition Calculator - Split Rational Functions

Decompose simple rational expressions into partial fractions for easier integration.

partial fraction decomposition calculator rational functions