symODE2: Symbolic analysis of second-order ordinary differential equations with polynomial coefficients
-
Updated
Dec 25, 2022 - Jupyter Notebook
symODE2: Symbolic analysis of second-order ordinary differential equations with polynomial coefficients
Quarter car model analysis with ODE solving methods (Heun, RK4, Euler, Midpoint)
Numerical methods C++ implementations
This script compares the different numerical solving methods to the analytical solution. At first, the analytical one is plotted, thereafter the numerical solutions for different time step sizes are calculated and plotted against the analytical one. Finally, the exact error (with respect to the analytical solution) and the approximate error (wit…
Add a description, image, and links to the heun topic page so that developers can more easily learn about it.
To associate your repository with the heun topic, visit your repo's landing page and select "manage topics."