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 A
2 = A, so has minimum polynomial x
2- x. Let's try instead the matrix
B = \begin{bmatrix}1&2&3\\1&0&0\\0&1&1 \end{bmatrix},\\<br />
\text{ giving }\\<br />
B^2 = \begin{bmatrix}3&5&6\\1&2&3\\1&1&1\end{bmatrix} \\<br />
B^3 = \begin{bmatrix} 8&12&15\\3&5&6\\2&3&4\end{bmatrix}<br />
Form the vectors
I \leftrightarrow v_0 = \begin{bmatrix}1&0&0&0&1&0&0&0&1\end{bmatrix}\\<br />
A \leftrightarrow v_1 = \begin{bmatrix}1&2&3&1&0&0&0&1&1\end{bmatrix}\\<br />
A^2 \leftrightarrow v_2 = \begin{bmatrix}3&5&6&1&2&3&1&1&1\end{bmatrix}\\<br />
A^3 \leftrightarrow v_3 = \begin{bmatrix}8&12&15&3&5&6&2&3&4\end{bmatrix}<br />
Now start doing row-operations on v0,v1,v2,v3:
v_1' = v_1-v_0 = \begin{bmatrix}0&2&3&1&-1&0&9&1&0\end{bmatrix}\\<br />
v_2' = v_2 -3v_0 = \begin{bmatrix}0&5&6&1&-1&3&1&1&-2\end{bmatrix}\\<br />
v_3' = v_3 - 8v_0 = \begin{bmatrix}0&12&15&3&-3&6&2&3&-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'' = v_2' - (5/2)v_1' = \begin{bmatrix}0&0&-3/2&-3/2&3/2&3&1&-3/2&2\end{bmatrix}\\<br />
v_3'' = v_3' - 6v_1' = \begin{bmatrix}0&0&-3&-3&3&6&2&-3&-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''' = v_3'' - [(-3)/(-3/2)]v_2'' = v_3'' -2 v_2'' = <br />
\begin{bmatrix}0&0&0&0&0&0&0&0&0\end{bmatrix}<br />
Thus, we have
0 = v_3''' = 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