I'm turning all the code I write for the numerical algorithms into library called numdif.c not only for my use but for others as well.
Soon to be put up here.
- testing Huen, and Runge-Kutta against and exact solution ✓
- repeat for different time steps ✓
- analyzing the results ✓
- using both to implement the pendulum
- Write Documentation on using the numdif.c library
- implement Shooting method to find the critically damping of the pendulum
- use the shooting method to find a stationary state of the time independent schodinger equation
-