I am revising for a Linear Algebra exam and am quite stuck on this question-any help, guidance or tips appreciated!
So I have a mapping $T:V\rightarrow V$ where $V$ is a finite dimensional vector space. I am a told that there is some vector $v\in V$ such that the set of vectors $v, Tv, T^2v,...T^{n-1}v$ forms a basis for V. Then, I am asked to express $T^nv$ as a linear combination of these vectors. And from here to write down a matrix of T.
I thought that $T^nv$ could only be expressed arbitrarily in terms of the basis vectors, I couldn't know any specifics, so $T^nv=a_1v+...+a_nT^{n-1}v$.
I then get my matrix for T with respect to this basis as $$ \begin{matrix} 0 & 0 & 0 & ...&0&a_1 \\ 1 & 0 & 0 &...&0&a_2 \\ 0 & 1 & 0 &...&0&a_3 \\ ...&....&...&...&...&...\\ 0&0&0&...&1&a_n \end{matrix} $$
Then, from here, they want me to show that the minimal polynomial and the characteristic polynomial are equal. This is where I think I get stuck, unless I've missed something earlier, as I end up with a complicated expansion for the characteristic polynomial.
I think I want to show that the matrix has $n=dimV$ eigenvalues, as then, as the minimal polynomial has a root at every eigenvalue, they must be equal. I don't know if I want to get it into triangular form to do this, and if so how.