Racira Calculator

Eigenvalue Calculator

Eigenvalue Calculator

2×2 Matrix
Eigenvalues
5.0000 , 2.0000
Real eigenvalues · λ² − 7.00λ + 10.00 = 0
Trace
7.000
Determinant
10.000
Discriminant
9.000
QuantityValue
Matrix[[4, 1], [2, 3]]
Trace (a + d)7.0000
Determinant (ad − bc)10.0000
Discriminant (t² − 4d)9.0000
Eigenvalue λ₁5.0000
Eigenvalue λ₂2.0000
TypeReal eigenvalues
StabilityUnstable (growth)

Eigenvalues

Summary Statistics
λ₁5.0000
λ₂2.0000
Trace7.0000
Determinant10.0000
Discriminant9.0000
TypeReal

About the Eigenvalue Calculator

For a 2×2 matrix, eigenvalues come from the characteristic equation λ² − trace·λ + det = 0. The quadratic formula yields both roots exactly: λ = (trace ± √(trace² − 4·det)) ÷ 2. For [[4, 1], [2, 3]]: trace 7, det 10, discriminant 9 → λ = (7 ± 3)/2 = 5 and 2.

What Eigenvalues Tell You

In dynamics, eigenvalues of the system matrix decide stability: all real parts negative means decay to equilibrium; any positive real part means growth; nonzero imaginary parts mean oscillation or spiraling. This is the same math behind vibrating beams, population models, and circuit transients.

Frequently Asked Questions

Related Calculators