Find Minimal Polynomial for Matrix: Solution Help

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
3 replies · 2K views
cristina89
Messages
29
Reaction score
0

Homework Statement


Given the matrix
2 0 0 0 0 0 0
1 2 0 0 0 0 0
0 1 2 0 0 0 0
0 0 1 2 0 0 0
0 0 0 0 2 0 0
0 0 0 0 1 2 0
0 0 0 0 0 0 2

What is the minimal polynomial?

Homework Equations



-

The Attempt at a Solution



This is the Jordan form, so I guess the solution is just m(t) = (t-2)7 but I don't know if it's right. Can anyone help me?
 
Physics news on Phys.org
cristina89 said:

Homework Statement


Given the matrix
2 0 0 0 0 0 0
1 2 0 0 0 0 0
0 1 2 0 0 0 0
0 0 1 2 0 0 0
0 0 0 0 2 0 0
0 0 0 0 1 2 0
0 0 0 0 0 0 2

What is the minimal polynomial?

Homework Equations



-

The Attempt at a Solution



This is the Jordan form, so I guess the solution is just m(t) = (t-2)7 but I don't know if it's right. Can anyone help me?

Hi cristina89! :smile:

The minimal polynomial P of a square matrix A is the unique monic polynomial of least degree, m, such that P(A) = 0.

The degree of the minimal polynomial is determined by the size of the largest Jordan block, which is 4 in your case.
So the minimal polynomial is m(t) = (t-2)4.

Indeed ##(A-2I)^4=0##.
 
Thank you so much! :)
 
cristina89 said:
Thank you so much! :)

The method suggested above is by far the simplest way to deal with this specific problem, but in a more general case you can use the algorithms employed by computer algebra systems, such as Maple: regard A, A^2, A^3,... as n^2-dimensional vectors, then find the smallest k such the vectors I, A, A^2,..,A^k are linearly dependent---essentially, using standard linear algebra methods. This will also deliver the coefficients and hence the minimal polynomial.