The system of linear equations in vector/matrix form is given by $$\textbf{b=Ax}$$ Learning linear algebra I've always thought that both vectors and matrix in this equation are filled with numbers and all the theory about linear systems is based on this fact (am I wrong?).
It is clear for me that we indeed can write system of first order differential equations in vector/matrix form as $$\frac{d}{dt}\textbf{x=Ax}$$ I understand that if we unroll this into separate equations we would in fact get our original ODE's. But it just seems to me as a hacky notational trick mostly. I wouldn't think myself that we can now apply linear algebra simply because we can write it like that.
I mean this time x is vector of functions, and $\frac{d}{dt}\textbf{x}$ is vector of derivatives. It's not obvious for me at all that we can still treat this construction as linear algebra original equation and apply all the rules exactly the same way, even though there are now functions and operators in place of numbers. Doesn't it kind of changes everything / or may change is some cases? Why not?
P.S. I don't know if my confusion comes from differential equations or maybe I lack understanding of linear algebra in its full generality. Could something like that be correct and useful linear algebra construction as well? $$\int_{}^{}\textbf{b=Ax}$$ $$\sin(\textbf{b})=\textbf{Ax}$$ Integration is linear, sine is not, so sine would probably never go like that?
Yes, you are wrong. The theory of linear algebra is based on the fact that matrices act on column vectors linearly, that is, $A(x+cy)=Ax+cAy$ for any two vectors $x,y$ and any number $c$. If any mathematical object behaves the same way, the theory of linear algebra applies. The differential operator $\frac{\mathrm d}{\mathrm dx}$ behaves the same way in relation to functions:
$$\frac{\mathrm d(f+cg)}{\mathrm dx}=\frac{\mathrm df}{\mathrm dx}+c\frac{\mathrm dg}{\mathrm dx}$$
so the theory of linear algebra applies.