I would like to see how this context of matrix multiplication is played out in Differential Equations. I am starting Linear Systems, and what is a tripping up factor is the matrix multiplication. Could someone recommend a source or illustrate how to multiply matrices because the linear algebra book I have does it using a calculator, and numbers; however, I am dealing with functions?
\begin{align}\frac{d}{dt}\begin{pmatrix}5e^t\cos(t)\\ e^t(3\cos(t)-\sin(t))\end{pmatrix}&=\begin{pmatrix}-2 & 5\\-2&4\end{pmatrix}\begin{pmatrix}5\cos (t)\\ 3\cos(t)-\sin(t)\end{pmatrix}e^t\end{align}