How do you find the minimal polynomial?

Artusartos
Messages
236
Reaction score
0

Homework Statement



If we have a transformation matrix \begin{bmatrix} 1 & 2 & 4 \\0 & 0 & 0 \\0 & 0 & 0 \end{bmatrix}


Homework Equations





The Attempt at a Solution



I found the characteristic polynomial of this matrix: x^3 - x^2 = x^2(x-1)...can anybody please help me?

Thanks in advance
 
Physics news on Phys.org
Simon Bridge said:
Are you doing some sort of course?
There should be something in your course-notes that tell you how the minimal polynomial is related to the characteristic polynomial.

Also see:
http://uk.answers.yahoo.com/question/index?qid=20081204110100AAo5kS8

I do know that the minimal polynomial divides the characteristic polynomial. But there is nothing else about how to find it in my notes. But thanks, I will look at the link that you gave me...
 
Surely there is a definition? The "minimal polynomial" of a linear transformation is the polynomial of lowest degree that is made equal to 0 by the linear transformation. Yes, it must divide the "characteristic polynomial". And the only divisors of x^2(x- 1) are x, x^2, x- 1, x(x- 1), and x^2(x- 1). Which of does A make 0?
 
Artusartos said:

Homework Statement



If we have a transformation matrix \begin{bmatrix} 1 & 2 & 4 \\0 & 0 & 0 \\0 & 0 & 0 \end{bmatrix}


Homework Equations





The Attempt at a Solution



I found the characteristic polynomial of this matrix: x^3 - x^2 = x^2(x-1)...can anybody please help me?

Thanks in advance

You could do what Maple does, which is to regard the identity matrix I and the matrices A, A^2, A^3,... as being spread out into n^2-dimensional vectors, then use row operations to find the least m such that I,A,A^2, ... , A^m are linearly dependent, and to find the coefficients involved.

However, in your case that is overkill. Just follow the previous suggestions, and test the polynomials x^2 and x(1-x) to see if either of them annihilate A. If not, minimal = characteristic.

RGV
 
Ray Vickson said:
You could do what Maple does, which is to regard the identity matrix I and the matrices A, A^2, A^3,... as being spread out into n^2-dimensional vectors, then use row operations to find the least m such that I,A,A^2, ... , A^m are linearly dependent, and to find the coefficients involved.

However, in your case that is overkill. Just follow the previous suggestions, and test the polynomials x^2 and x(1-x) to see if either of them annihilate A. If not, minimal = characteristic.

RGV

By, "A", you mean the transformation matrix, right?
 
HallsofIvy said:
Surely there is a definition? The "minimal polynomial" of a linear transformation is the polynomial of lowest degree that is made equal to 0 by the linear transformation. Yes, it must divide the "characteristic polynomial". And the only divisors of x^2(x- 1) are x, x^2, x- 1, x(x- 1), and x^2(x- 1). Which of does A make 0?

Thanks a lot. I think I was able to do it for this matrix...but I have another matrix that I'm a bit confused about...

\begin{bmatrix} 1 & cos( \theta) \\0 & sin( \theta) \end{bmatrix} where theta is between zero and 2pi.


This is what the professor told us:

If theta is not equal to pi, then the minimal polynomial is equal to the characteristic polynomial. If theta equals pi, then the minimal polynomial is the negative of the identity. I found the characteristic polynomial to be...f(x)= x^2 - x - x sin( \theta) + sin( \theta)...but now, I have theta in the equation. So how will that work? I won't be able to substitute my matrix for x and get zero when theta is in there...
 
Artusartos said:
By, "A", you mean the transformation matrix, right?

Yes, of course. You have a matrix, and you need sometimes to give it a name.

RGV
 
Ray Vickson said:
You could do what Maple does, which is to regard the identity matrix I and the matrices A, A^2, A^3,... as being spread out into n^2-dimensional vectors, then use row operations to find the least m such that I,A,A^2, ... , A^m are linearly dependent, and to find the coefficients involved.

However, in your case that is overkill. Just follow the previous suggestions, and test the polynomials x^2 and x(1-x) to see if either of them annihilate A. If not, minimal = characteristic.

RGV

Can you expand on what you have said about that maple thing? Because our professor said something similar...but I'm not sure I understood him correctly...

He told us to use this matrix:

\begin{bmatrix} 1 & 2 & 4 & 8\\0 & 0 & 0 & 0\\0 & 0 & 0 & 0\end{bmatrix}

to make it linearly dependent (this question actually has many parts, so the matrix I gave is related to this one...except that this one is linearly dependent of course...this is the least one that is linearly dependent, by the way). So can you explain the maple method too? If you don't mind...
 
  • #10
Artusartos said:
Can you expand on what you have said about that maple thing? Because our professor said something similar...but I'm not sure I understood him correctly...

He told us to use this matrix:

\begin{bmatrix} 1 & 2 & 4 & 8\\0 & 0 & 0 & 0\\0 & 0 & 0 & 0\end{bmatrix}

to make it linearly dependent (this question actually has many parts, so the matrix I gave is related to this one...except that this one is linearly dependent of course...this is the least one that is linearly dependent, by the way). So can you explain the maple method too? If you don't mind...

This won't work: is is a 3×4 matrix, so you cannot even square it. If we drop column 4 we obtain a 3×3 matrix A, but it is too easy to show what is happening, since it satisfies A2 = A, so has minimum polynomial x2- x. Let's try instead the matrix
B = \begin{bmatrix}1&amp;2&amp;3\\1&amp;0&amp;0\\0&amp;1&amp;1 \end{bmatrix},\\<br /> \text{ giving }\\<br /> B^2 = \begin{bmatrix}3&amp;5&amp;6\\1&amp;2&amp;3\\1&amp;1&amp;1\end{bmatrix} \\<br /> B^3 = \begin{bmatrix} 8&amp;12&amp;15\\3&amp;5&amp;6\\2&amp;3&amp;4\end{bmatrix}<br />
Form the vectors
I \leftrightarrow v_0 = \begin{bmatrix}1&amp;0&amp;0&amp;0&amp;1&amp;0&amp;0&amp;0&amp;1\end{bmatrix}\\<br /> A \leftrightarrow v_1 = \begin{bmatrix}1&amp;2&amp;3&amp;1&amp;0&amp;0&amp;0&amp;1&amp;1\end{bmatrix}\\<br /> A^2 \leftrightarrow v_2 = \begin{bmatrix}3&amp;5&amp;6&amp;1&amp;2&amp;3&amp;1&amp;1&amp;1\end{bmatrix}\\<br /> A^3 \leftrightarrow v_3 = \begin{bmatrix}8&amp;12&amp;15&amp;3&amp;5&amp;6&amp;2&amp;3&amp;4\end{bmatrix}<br />
Now start doing row-operations on v0,v1,v2,v3:
v_1&#039; = v_1-v_0 = \begin{bmatrix}0&amp;2&amp;3&amp;1&amp;-1&amp;0&amp;9&amp;1&amp;0\end{bmatrix}\\<br /> v_2&#039; = v_2 -3v_0 = \begin{bmatrix}0&amp;5&amp;6&amp;1&amp;-1&amp;3&amp;1&amp;1&amp;-2\end{bmatrix}\\<br /> v_3&#039; = v_3 - 8v_0 = \begin{bmatrix}0&amp;12&amp;15&amp;3&amp;-3&amp;6&amp;2&amp;3&amp;-4\end{bmatrix}\\<br />
Since v_1' ≠ 0 and v_2' ≠ 0 we are not yet done with row-reduction. Now "zero out" the second components of v_2' and v_3', by subtracting multiples of v_1':
v_2&#039;&#039; = v_2&#039; - (5/2)v_1&#039; = \begin{bmatrix}0&amp;0&amp;-3/2&amp;-3/2&amp;3/2&amp;3&amp;1&amp;-3/2&amp;2\end{bmatrix}\\<br /> v_3&#039;&#039; = v_3&#039; - 6v_1&#039; = \begin{bmatrix}0&amp;0&amp;-3&amp;-3&amp;3&amp;6&amp;2&amp;-3&amp;-4\end{bmatrix}<br />
Since v_2'' ≠ 0 the minimal polynomial is of degree 3 (so is the characteristic polynomial). If we want to, we can even determine characteristic polynomial by continuing the process:
<br /> v_3&#039;&#039;&#039; = v_3&#039;&#039; - [(-3)/(-3/2)]v_2&#039;&#039; = v_3&#039;&#039; -2 v_2&#039;&#039; = <br /> \begin{bmatrix}0&amp;0&amp;0&amp;0&amp;0&amp;0&amp;0&amp;0&amp;0\end{bmatrix}<br />
Thus, we have
0 = v_3&#039;&#039;&#039; = v_3 - 2v_2 - v_1 - v_0 \leftrightarrow A^3 - 2A^2 - A - I,
so the characteristic polynomial is
p(x) = x^3 - 2x^2 - x - 1.

RGV
 
  • #11
Ray Vickson said:
This won't work: is is a 3×4 matrix, so you cannot even square it. If we drop column 4 we obtain a 3×3 matrix A, but it is too easy to show what is happening, since it satisfies A2 = A, so has minimum polynomial x2- x. Let's try instead the matrix
B = \begin{bmatrix}1&amp;2&amp;3\\1&amp;0&amp;0\\0&amp;1&amp;1 \end{bmatrix},\\<br /> \text{ giving }\\<br /> B^2 = \begin{bmatrix}3&amp;5&amp;6\\1&amp;2&amp;3\\1&amp;1&amp;1\end{bmatrix} \\<br /> B^3 = \begin{bmatrix} 8&amp;12&amp;15\\3&amp;5&amp;6\\2&amp;3&amp;4\end{bmatrix}<br />
Form the vectors
I \leftrightarrow v_0 = \begin{bmatrix}1&amp;0&amp;0&amp;0&amp;1&amp;0&amp;0&amp;0&amp;1\end{bmatrix}\\<br /> A \leftrightarrow v_1 = \begin{bmatrix}1&amp;2&amp;3&amp;1&amp;0&amp;0&amp;0&amp;1&amp;1\end{bmatrix}\\<br /> A^2 \leftrightarrow v_2 = \begin{bmatrix}3&amp;5&amp;6&amp;1&amp;2&amp;3&amp;1&amp;1&amp;1\end{bmatrix}\\<br /> A^3 \leftrightarrow v_3 = \begin{bmatrix}8&amp;12&amp;15&amp;3&amp;5&amp;6&amp;2&amp;3&amp;4\end{bmatrix}<br />
Now start doing row-operations on v0,v1,v2,v3:
v_1&#039; = v_1-v_0 = \begin{bmatrix}0&amp;2&amp;3&amp;1&amp;-1&amp;0&amp;9&amp;1&amp;0\end{bmatrix}\\<br /> v_2&#039; = v_2 -3v_0 = \begin{bmatrix}0&amp;5&amp;6&amp;1&amp;-1&amp;3&amp;1&amp;1&amp;-2\end{bmatrix}\\<br /> v_3&#039; = v_3 - 8v_0 = \begin{bmatrix}0&amp;12&amp;15&amp;3&amp;-3&amp;6&amp;2&amp;3&amp;-4\end{bmatrix}\\<br />
Since v_1' ≠ 0 and v_2' ≠ 0 we are not yet done with row-reduction. Now "zero out" the second components of v_2' and v_3', by subtracting multiples of v_1':
v_2&#039;&#039; = v_2&#039; - (5/2)v_1&#039; = \begin{bmatrix}0&amp;0&amp;-3/2&amp;-3/2&amp;3/2&amp;3&amp;1&amp;-3/2&amp;2\end{bmatrix}\\<br /> v_3&#039;&#039; = v_3&#039; - 6v_1&#039; = \begin{bmatrix}0&amp;0&amp;-3&amp;-3&amp;3&amp;6&amp;2&amp;-3&amp;-4\end{bmatrix}<br />
Since v_2'' ≠ 0 the minimal polynomial is of degree 3 (so is the characteristic polynomial). If we want to, we can even determine characteristic polynomial by continuing the process:
<br /> v_3&#039;&#039;&#039; = v_3&#039;&#039; - [(-3)/(-3/2)]v_2&#039;&#039; = v_3&#039;&#039; -2 v_2&#039;&#039; = <br /> \begin{bmatrix}0&amp;0&amp;0&amp;0&amp;0&amp;0&amp;0&amp;0&amp;0\end{bmatrix}<br />
Thus, we have
0 = v_3&#039;&#039;&#039; = v_3 - 2v_2 - v_1 - v_0 \leftrightarrow A^3 - 2A^2 - A - I,
so the characteristic polynomial is
p(x) = x^3 - 2x^2 - x - 1.

RGV

Thanks a lot :)
 
Back
Top