Skip to content

The code used in an educational Youtube video about numerical solution of ODEs

Notifications You must be signed in to change notification settings

alexbercik/Oscillating-Spring-BTBB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Oscillating-Spring-BTBB

The code used in in the following Youtube video: https://youtu.be/mQqMUZqpkZw

This uses two simple methods to solve the follwoing ODE: dy^2/dt^2= -(k/m)*y -g

This corresponds to a mass oscillating on a spring without damping. The Explicit Euler method is demonstrated to be unstable, while modified Euler method remains stable for all time.

About

The code used in an educational Youtube video about numerical solution of ODEs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages