I am trying to solve a differential equation that has cumulative normal distributions on the non-homogenous part:
$$ay'' + by' + cy = \gamma e^{mx} \operatorname{erf}(\alpha x + \beta)$$
There are many more terms on the RHS, all of which are functions of erf. The Laplace Transform is easy, but the inverse is not. Matlab is not giving me an answer. Is there something I am missing to study? What can help me deal with these type of "hard" laplace/inverse laplace problems?
In your other question I told you to look at the bilateral Laplace transform of $\text{erf}$ which has a nice closed-form :
For your ODE, applying partial fraction decomposition to $\frac{1}{s(as^2-bs+c)}$ you'll need to find the inverse Laplace transform of $\frac{1}{s-\alpha}e^{s^2/2}$, expressed in term of $\text{erf}$