Section 9.3 should be empty. Section 9.4 contains some simple definitions that were not covered in class but are necessary for the homework.
Exercises:
- Problem 9.3 from the course text. The program may not be in matlab. C, FORTRAN and Java are acceptable. If you want to use another programming language, you must ask the instructor first. Using matlab to plot the results is acceptable.
- Do this problem first using Euler's method for the numerical solution.
- After it appears to be working and you have verified all the controls things, modify it to use the second order Runge-Kutta method. You do not need to duplicate all the parts of problem 9.3 using second order R-K, just be sure that the numerical method seems to be working properly.
- Problem 13.1, but for part (c) use the third order Runge-Kutta method, not fourth order as is stated in the book.