Can you obtain the solution of an ODE symbolically in Julia?

I would like to know if it is currently possible to solve an ODE symbolically in Julia using some of the packages of the SciML organization.

The tutorials show that you can define a system symbollically and then solve it numerically, but I want to know if the other functionality is (or will be) available.

It doesn’t exist yet. SymPy for now. When it exists, I’d hope to expose this through ModelingToolkit so an ODESystem can give the analytical solution and if you solve one with an analytical solution it would just bypass the solver.

1 Like