Let $T$ be a linear transformation from $F^n\to F^n$ defined by:
$$T(X_1,X_2,...,X_n)=(0,X_1,X_2,...,X_{n-1}) $$
I need to calculate $T^k$ for every $k\in N$ and to find the matrix represents $T$.
I have no idea how I should start to think about the solution.
Any help is welcome. thanks.
note that $$T^2(X_1,X_2,...,X_n)=T (0,X_1,X_2,...,X_{n-1}) = (0,0,X_1,X_2,...,X_{n-2})$$
so $$T^k(X_1,X_2,...,X_n)=0$$ whenever $k\ge n$
the matrix rep will have $T_{ij}=1$ when $j=i+1$ and $T_{ij}=0$ otherwise