Mathematical Computation
Runge-Kutta Numerical Solutions to Differential Equations
This is an implementation of the RK4 Method to solving differential equations implemented using C++.
This is a project from my senior year at UC Santa Barbara
This program simulates 3 masses in 2 dimensions and graphs the gravitational contours between them. This was initially done with the tkinter library but we preferred to use the matplotlib functionality to do it. The script creates a UI where the mass of each particle can be adjusted using a slider and where its position may also be dragged through the GUI.
This project takes inspiration from this Maple script from UC Davis.