GSL for Differential Equations

Can anyone to use the GNU Scientific Library (GSL.jl) for solving differential equations in Julia? Can you give an example? I know C language.

Is there a specific method you need? GSL is a bit antiquated sans their Gauss Legendre methods so it’s surprising to see it come up here :sweat_smile:

The standard choice is DifferentialEquations.jl. Here’s a simple example from the docs: