Solutions to Homework #3

  1. Solutions to problem 1 ("Runge-Kutta" notation)
    Solutions to problem 1 ("dynamical" notation)

  2. Solutions to problem 2

  3. Solutions to problem 3
      (a) python hw3.3.py -p a -i 2 -d 0.001  &
      (b) python hw3.3.py -p b -i 3 -d 0.001  &
          python hw3.3.py -p b -i 3 -d 0.0005 &
      (c) python hw3.3.py -p c -i 3 -d 0.001  &
          python hw3.3.py -p c -i 3 -d 0.0005 &
          python hw3.3.py -p c -i 2 -d 0.0005