pygsl

Integrate stiff ODEs with Python

Integrate stiff ODEs with Python Question: I’m looking for a good library that will integrate stiff ODEs in Python. The issue is, scipy’s odeint gives me good solutions sometimes, but the slightest change in the initial conditions causes it to fall down and give up. The same problem is solved quite happily by MATLAB’s stiff …

Total answers: 4