Let $L:\mathbb R^n\to \mathbb R^m$ be a linear map, Prove that $L'(X)=L(X)$ for all $X\in \mathbb R^n$.
This is what I've done so far, let $X\in \mathbb R^n$ then we know that $$DL(X)=L'(X)=J_L(X)X$$
Where $J_F(X)$ is just the Jacobian matrix of $L$, now to finish the proof we have to show that the jacobian matrix of a linear map is just the matrix representation of it, but I have no idea how to do it
note that if we can show this then we just have $$L(X)=AX=J_L(X)X=L'(X)$$ and this finishes the proof.
Let $X, V \in \mathbb{R}^{n}$ and $t \in \mathbb{R}$, then the derivative of $L$ at $X$ is
$$L^{\prime}(V) := \lim_{t \rightarrow 0} \frac{L(X + tV) - L(X)}{t} = \lim_{t \rightarrow 0} \frac{L(X) + tL(V) - L(X)}{t} = L(V),$$
since $L$ is a linear operator.