Eigenvalue Calculator
Eigenvalue is evaluated from A[1,1], A[1,2] and A[2,1]. The calculation reports Trace, Determinant and Discriminant.
Results
About the Eigenvalue Calculator
The calculator uses a multi formula configuration. Each reported value is read as a direct evaluation of the stored rules with the declared field formats and units.
Formula basis:
Eigenvalues λ satisfy Av = λv where v ≠ 0. Setting det(A - λI) = 0 gives characteristic polynomial. For 2 x 2: quadratic with coefficients from trace and determinant. Discriminant sign determines real vs complex eigenvalues.
Interpret the outputs in the order shown by the result fields. Optional inputs affect only the outputs that depend on those variables.
Formula & How It Works
The calculation applies the following relations exactly as recorded in the metadata: Eigenvalues λ satisfy Av = λv where v ≠ 0. Setting det(A - λI) = 0 gives characteristic polynomial. For 2 x 2: quadratic with coefficients from trace and determinant. Discriminant sign determines real vs complex eigenvalues. Each output field is produced by substituting the supplied inputs into the relevant relation and then applying the declared rounding or text format.
Worked Examples
Example 1: Standard matrix [[4,1],[2,3]]
Inputs
With A[1,1] = 4, A[1,2] = 1, A[2,1] = 2 and A[2,2] = 3 as the stated inputs, the result is Trace = 7, Determinant = 10 and Discriminant = 9. Each value corresponds to the declared output fields.
Example 2: Symmetric matrix [[2,1],[1,2]]
Inputs
With A[1,1] = 2, A[1,2] = 1, A[2,1] = 1 and A[2,2] = 2 as the stated inputs, the result is Trace = 4, Determinant = 3 and Discriminant = 4. Each value corresponds to the declared output fields.
Example 3: Repeated eigenvalue [[3,0],[0,3]]
Inputs
With A[1,1] = 3, A[1,2] = 0, A[2,1] = 0 and A[2,2] = 3 as the stated inputs, the result is Trace = 6, Determinant = 9 and Discriminant = 0. Each value corresponds to the declared output fields.
Example 4: Rotation-like matrix [[1,-2],[2,1]]
Inputs
With A[1,1] = 1, A[1,2] = -2, A[2,1] = 2 and A[2,2] = 1 as the stated inputs, the result is Trace = 2, Determinant = 5 and Discriminant = -16. Each value corresponds to the declared output fields.
Common Use Cases
- Calculate eigenvalues for 2×2 matrices in linear algebra
- Determine if matrix is positive definite (all positive eigenvalues)
- Analyze stability of linear dynamical systems