Page 1 of 1

Programs from Computer Help Session

Posted: Tue Feb 13, 2007 10:57 pm
by goodwine
A fortran program and C program that use 4th order Runge-Kutta to solve the Lorenz equations.

Posted: Fri Apr 13, 2007 3:59 pm
by Euler
The computer help session and the example code was very helpful in completing homework 8. After figuring out how to put in theta-dot, and figuring out problems with initial conditions equal to zero, and changing some variables to global, I was able to understand the code and make it work very well for completing the homework. The code is very clean and easy to set up and change for different cases. Learning to use this code will be helpful in the future.