Skip to content

Blogpost and web demos about numerical solutions to ODEs

Notifications You must be signed in to change notification settings

missing-user/ode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad99630 · Feb 19, 2022

History

26 Commits
Apr 26, 2021
Feb 17, 2021
Nov 16, 2021
Mar 10, 2021
Feb 19, 2022
Feb 19, 2022
Feb 19, 2022
Feb 19, 2022
Feb 19, 2022
Feb 19, 2022
Feb 19, 2022

Repository files navigation

Numerical solutions to Ordinary differential equations

Blogpost and web demos about numerical solutions to ODEs with interactive demos

Preview

Ordinary differential equations, are equations that involve ordinary derivatives of a function and the function itself. The order of the differential equation is characterized by the highest order derivative it contains. ODEs are used to model a variety of systems like the stock market, orbiting planets or predator prey systems. In this article, we will explore a few numerical methods for solving the following first order equation in JavaScript.

the full blogpost

Demos

Lorenz attractor Harmonic oscillators Airy functions Lotka Volterra equations