Minimum polynomial and canonical form

squaremeplz
Messages
114
Reaction score
0

Homework Statement



Hi all.

I have no clue on how to do this problem because I missed the class where he covered this so could someone please walk me through it.

A = [2 2 -5; 2 7 2; -5 -15 -4] where ; means new column

p(x) = (x-3)(x-1)^2

1) what are the choices of m(x)
2) find the minimum polynomial
3) find the jordan canonical form
d) find P s.t. P^(-1)AP




Homework Equations





The Attempt at a Solution



1)m(x) = (x-3)(x-1)^2

and m(x) = (x-3)(x-1)

2) no clue.. m(x) = (x-3)(x-1)?

do i have to plug in A for x or something?

3) no clue

4) no clue


I'm really sorry for this half a**ed attempt but I really do not have any material on this stuff. I tried researching the minimum polynomial problem but none of the examples are similar to mine. I just need a push in the right direction please


Thanks!
 
Physics news on Phys.org
Hi squaremeplease,

You found that the possible minimal polynomials are m1(x) = (x-3)(x-1)² and m2(x) = (x-3)(x-1).

m2 has the smaller degree, so if m2(A) = 0, then m2 is the minimal polynomial. Otherwise, m1 is the minimal polynomial. So all you have to do is check if (A - 3)(A - 1) = 0.

(Do you know the definition of minimal polynomial?)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top