Let $A$ be the following $2\times 2$ matrix:
$$A=\begin{pmatrix}1&2\\3&4\end{pmatrix}$$
Find the smallest value of $n$ such that matrices $I=A^0, A^1, A^2, \dots, A^n$ are linearly dependent.
I don't quite know how to begin to answer this question since so far we have only defined linear independance for vectors, and these are matrices...
And matrices are vectors, since they are elements of the vector space of all $2\times2$ matrices. And you have$$A_0=\begin{pmatrix}1&0\\0&1\end{pmatrix},A_1=\begin{pmatrix}1 & 2 \\ 3 & 4\end{pmatrix},A_2=\begin{pmatrix}7 & 10 \\ 15 & 22\end{pmatrix}\text{, and }A_3=\begin{pmatrix}37 & 54 \\ 81 & 118\end{pmatrix}.$$Determine their coefficients in the standard basis of $\mathbb{R}^{2\times2}$ and use that information to determine whether or not they are linearly independent.