Minimal Polynomial A nxn Matrix

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
5 replies · 8K views
wurth_skidder_23
Messages
39
Reaction score
0
Let A be an n x n matrix; denote its distinct eigenvalues by a_1,...,a_k and denote the index of a_i by d_i. How do I prove that the minimal polynomial is then:

m_A(s) = (s-a_1)^d_1*...*(s-a_k)^d_k

?

The characterstic polynomial is defined as:

p_A(s) = (s-a_1)*...*(s-a_n);
 
Last edited:
Physics news on Phys.org
the index of a_i by d_i
What do you mean by index? If you mean "multiplicity", then you can't prove it. For example, consider the minimum polynomials of the zero and identity matrices. (1 and x-1, respectively)
 
The book defines the index as:

"N_m = N_m(a) the nullspace of (A-a*I)^m. The subspaces N_m consist of generalized eigenvectors; they are indexed increasingly, that is N_1 is included in N_2 is included in...

Since these are subspaces of a finite-dimensional space, they must be equal from a certain index on. We denote by d = d(a) the smallest such index, that is, N_d = N_(d+1) = ... but N_(d-1) /= N_d_j

d(a) is called the index of the eigenvalue a."

This is from Peter D. Lax's book on linear algebra.
 
Last edited:
That is also true for the characteristic polynomial. I know that the characteristic polynomial can be divided by a minimal polynomial and I want to show that the minimal polynomial is equal to (s-a_1)^(d_1)*...*(s-a_k)^(d_k)
 
That is also true for the characteristic polynomial.
Right. But you want the smallest polynomial that satisfies what I wrote. So you first want to prove:

(s-a_1)^(d_1)*...*(s-a_k)^(d_k)

satisfies what I wrote, and then you want to prove that any proper factor of it does not. I think good choices of f(A)v will do that.