transgalactic said:
but after i made some legal operations on the original matrix T
i got the identity metrix (I)
there is nothing i can do with it
i get that for every value of N
both in the first and the second part
i get the desirable answer
i know that i am wrong in solving it that
way
what is the right way??
In other words, T is invertible!
Why are you doing that? I suggested you just go ahead and multiply. It is not important that powers of T can be row reduced to the identity. Any matrix whose determinant is not 0 can be row reduced to the identity matrix. If T can be row reduced to the identity matrix, then so can all of its powers. Remember when I said, "If all you have is a hammer, every problem looks like a nail"? If all you know is "row-reduction", you will apply that to every problem- whether it works or not!
You calculated that
T= \left(\begin{array}{cccc}0 & 1 & 0 & 0 \\ -2 & 0 & 0 & 0 \\ 0 & 0 & 0 & 1 \\ 1 & 0 & 0 & 0\end{array}\right)
You asked, first, to apply that to 'x
2 which, in the standard basis for P
4 is 0x
3+ 1x
2+ 0x + 0=
\left(\begin{array}{c} 0 \\ 1 \\ 0 \\ 0 \end{array}\right)
\left(\begin{array}{cccc}0 & 1 & 0 & 0 \\ -2 & 0 & 0 & 0 \\ 0 & 0 & 0 & 1 \\ 1 & 0 & 0 & 0\end{array}\right)\left(\begin{array}{c} 0 \\ 1 \\ 0 \\ 0 \end{array}\right)= \left(\begin{array}{c} 1 \\ 0 \\ 0 \\ 0\end{array}\right)
That's not 0 so do it again:
\left(\begin{array}{cccc}0 & 1 & 0 & 0 \\ -2 & 0 & 0 & 0 \\ 0 & 0 & 0 & 1 \\ 1 & 0 & 0 & 0\end{array}\right)\left(\begin{array}{c} 1 \\ 0 \\ 0 \\ 0 \end{array}\right)= \left(\begin{array}{c} -2 \\ 0 \\ 0 \\ 1\end{array}\right)
Again, that's not 0 so do it again:
\left(\begin{array}{cccc}0 & 1 & 0 & 0 \\ -2 & 0 & 0 & 0 \\ 0 & 0 & 0 & 1 \\ 1 & 0 & 0 & 0\end{array}\right)\left(\begin{array}{c} -2 \\ 0 \\ 0 \\ 1 \end{array}\right)= \left(\begin{array}{c} 4 \\ 0 \\ 1 \\ -2\end{array}\right)
Keep doing that until you get [0, 1, 0, 0]
T again.
To find an n such that T
n= I (and so T
nx= x for
all x), do the matrix multiplication:
T^2= \left(\begin{array}{cccc}0 & 1 & 0 & 0 \\ -2 & 0 & 0 & 0 \\ 0 & 0 & 0 & 1 \\ 1 & 0 & 0 & 0\end{array}\right)\left(\begin{array}{cccc}0 & 1 & 0 & 0 \\ -2 & 0 & 0 & 0 \\ 0 & 0 & 0 & 1 \\ 1 & 0 & 0 & 0\end{array}\right)= \(\begin{array}{cccc} -2 & 1 & 0 & 0 \\ 0 & -2 & 0 1 \\ 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \end{array}\right)
T
3 will be T times that. Keep multiplying until you get I.