N-Body Code
This page pulls together all the MATLAB-Monkey code for the general N-Body problem. The MATLAB files may be downloaded individually by right-clicking (ctrl-clicking for Mac folks) on the link and then selecting "Save As". You can also download all the files at once by clicking on the zip archive. The zip archive also contains a README file that contains the info on this page.
Archive of all CRTBP files:
- nbodyArchive.zip - get it all in one click
Program Files:
- nbp.m – Font-end user interface for the RKN-12/10 integrator. (requires nbpRKN1210.m , rkn1210.m)
Functions Used by Program Files:
- nbpRKN1210.m – Runge-Kutta-Nystrom 10th/12th order integrator for the N-Body problem. (requires rkn1210.m)
- rkn1210.m – Runge-Kutta-Nystrom 10th/12th order integrator written by Rody Oldenhuis and available from the MATLAB File exchange.