How Does a Minimal Polynomial Differ from a Characteristic Polynomial?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
dexterdev
Messages
194
Reaction score
1
I have a small idea on what irreducible and primitive polynomials are in Abstract algebra. But what is minimal polynomial?

-Devanand T
 
Physics news on Phys.org
The matrix
[tex]A= \begin{bmatrix}2 & 0 \\ 0 & 2\end{bmatrix}[/tex]
has 2 as a double eigenvalue. Its characteristic polynomial is [itex]\lambda^2- 4\lambda + 4= (\lambda- 2)^2[/itex]. Of course, the matrix itself satisfies [itex]A^2- 4A+ 4I= 0[/itex]. But, here, it also satisfies [itex]A- 2I= 0[/itex]. That is its "minimal" polynomial.

On the other hand,
[tex]B= \begin{bmatrix}2 & 1 \\ 0 & 2\end{bmatrix}[/tex]
also has 2 as a double eigenvalue and, of course, satisfies its charateristic equation, [itex](2- A)^2= 0[/itex], but does not satisfy [itex]A- 2= 0[/itex] so its minimal polynomial is the same as its characteristic polynomial.

One can show that all eigenvalues must be "represented", as factors, in the minimal polynomial so, if all eigenvalues are distinct, all the linear factors must be there- the minimal polynomial is the same as the characteristic polynomial. But if a matrix has a multiple eigenvalue with more than one independent corresponding eignvector, then we can remove some of those factors and get a minimal polynomial of degree lower than the characteristic polynomial.

I also recommend you look at the website Simon Bridge links to.