There are two finitely dimension vector spaces $V$ and $W$. Dimensions are $n$ and $m$ respectively.
$$L(V,W)=\{T:V\rightarrow W \;|\; T \;\text{is linear}\}$$
$L(V,W)$ is a vector space with operations addition and scalar multiplication.
My approach was to use the basis of $V$ and $W$.
let $\{v_1,\cdots,v_n\}$ be a basis for $V$, then any $v\in V$ can be written as $$a_1 v_1+\cdots+a_n v_n$$
for every $T(v)$ an element of $L(V,W)$ then
$$T(v) = T(a_1 v_1+...+a_n v_n) = a_1T(v_1)+...+a_nT(v_n)$$
let $\{w_1,\cdots,w_m\}$ be a basis for $W$ then every w an element of $W$ can be expressed as $$b_1w_1+...+b_mw_m$$
let $w_i'=T(v_i)$ then
$$T(v)=a_1w'_1+...+a_nw'_n$$
since $w'_i$ is an element of $im(T)$ which is a subspace of $W$ then it can be expressed according to the basis of $W$.
I am not sure if this interpretation is correct, so I seek your feedback.