Python Forum

Full Version: SciPy Intergrate Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm simulating a multi-body under gravity using dopri5 of Scipy integrate.
However, I'm getting large amounts of error. I'm using the default double data types.
Do they have rounding errors? 
I'm comparing the data that I have with a code with exactly same parameters but in MATLAB.
What's the error message?