Consider the differential equation $$y'=Ay+b$$ , where $A$ is a $n\times n$-matrix, y and b are vectors of functions $(y_1(x),...y_n(x))^T$ and $(b_1(x),...,b_n(x))^T$
Suppose, we have found the general solution of the homogenous equation $$y'=Ay$$
The standard approach is to continue with the "variation of the constants". But in a script, I found that the matrix $e^{Ax}$ has something to do with the special solution of the inhomogenous equation.
What is the meaning of $e^{Ax}$ ?
For example, let $$A=\pmatrix{2&-1\\-1&2}$$ , $$b=\pmatrix{-e^{3x}\\e^{3x}}$$
What is $e^{Ax}$ and a special solution of $$y'=Ay+b$$ ?