Exactly what kind of course are you taking? Is it just "matrices" or is this part of a Linear Algebra course, dealing with "vector spaces"? A "linear transformation is linear function from one vector space to another or from one vector space to itself. A matrix is a set of numbers representing a linear function in given bases for the vector spaces in the same way that, given a basis, i, j, k, we can write the vector ai+ bj+ ck as \(\displaystyle \begin{bmatrix}a \\ b \\ c \end{bmatrix}\).
Notice that if we apply the matrix \(\displaystyle \begin{bmatrix}a & b & c \\ d & e & f \\ g & h & i\end{bmatrix}\) to the vector \(\displaystyle \begin{bmatrix}1 \\ 0 \\ 0\end{bmatrix}\), the result is the first column, \(\displaystyle \begin{bmatrix}a \\ d \\ g\end{bmatrix}\). Similarly for the vectors \(\displaystyle \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix}\) and \(\displaystyle \begin{bmatrix}0 \\ 0\\ 1\end{bmatrix}\)- they give the second and third columns. Any linear transformation, from vector space U to vector space V, takes all of U to some subspace of V (perhaps all of V) and takes basis vectors of U to vectors that span V. So, if we have a basis for U and write the linear transformation as a matrix, the columns of the matrix are the vectors, in v, that those basis vectors are taken to. The individual numbers are the coefficients of the basis vectors for V in those vectors.