T3: Euler Integrator

Before the tutorials::

Think about and work out the following:

During the tutorials:

Program it!

Maybe you can explore the power of C++:

Example programs:

These are just examples. We encourage you to write your own or modify and experiment with these. You could, for example, read the initial conditions and simulation parameters from a file or stdin so that you don’t always have to recompile when changing a setting like the integration time or stepsize. You could also try to use “make” to manage the automatic generation of output files for a parameter study. This would make experimenting with the code less work and more fun.