PirateFan308
- 91
- 0
Homework Statement
Let A = \begin{pmatrix}1 & 1 & 0 & 0\\-1 & -1 & 0 & 0\\-2 & -2 & 2 & 1\\ 1 & 1 & -1 & 0 \end{pmatrix}
The characteristic polynomial is f(x)=x^2(x-1)^2. Show that f(x) is also the minimal polynomial of A.
Method 1: Find v having degree 4.
Method 2: Find a vector v of degree 2, whose minimal polynomial (on A of v) is x^2, and another, w, whose minimal polynomial is (w-1)^2. Or, just show that v and w exist.
The Attempt at a Solution
I'm confused as to how a vector can have a degree of more than 1. Isn't a vector simply:
v= \begin{pmatrix}a\\b\\c\\...\\n\end{pmatrix} in R^n? I think I can get the question once I understand this. Thanks!