Is there a package which solve differential equation analytically?

I want to find a package which can solve differential equation analytically like
\frac{\mathbb{d}f}{\mathbb{d}x}=f\ \Rightarrow \ f(x)=Ce^x

I think it is a trivial function but I didn’t find it. Symbolics.jl just supports algebra equation and ModelingToolkit.jl seems doesn’t support analytical solution.

1 Like

Not right now, other than SymPy.jl.