Find Minimal Polynomial for Matrix: Solution Help

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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top