Quantcast
Loading [MathJax]/jax/output/CommonHTML/jax.js

Characteristic Polynomial of a 2x2 Matrix

Characteristic Polynomial=λ2+(-(A11+A22))λ+((A11A22)+(-(A21A12)))
(A) 2x2 matrix
Tags

The characteristic polynomial (CP) of a 2x2 matrix calculator computes the characteristic polynomial of a 2x2 matrix.

INSTRUCTIONS: Enter the following:

  • (A)  This is the 2x2 matrix.

Polynomial: The calculator returns the polynomial.  

Matrix Calculators

General Information

The characteristic polynomial of a 2x2 matrix A is a polynomial whose roots are the eigenvalues of the matrix A. It is defined as det(A-λI), where I is the identity matrix. The coefficients of the polynomial are determined by the trace and determinant of the matrix.

For a 2x2 matrix, the characteristic polynomial is λ2-(trace)λ+(determinant), so the eigenvalues λ1,2 are given by the quadratic formula:

λ1,2=(trace)±(trace)2-4(determinant)2