Home Teaching Publications CV GnuPG public key

Teaching / Programming for ERIM PhD students (2013)

This is the course page for Programming (ERIM), academic year 2013-14, block 2.

Lecture slides

Lecture slides in pdf:

Exercises

Exercises will be posted here and in blackboard. The answers _must_ be submitted via blackboard. When submitting your answer, include all the source files in a zip, and upload that through blackboard's exercise completion functionality. Note that the solution you submit must consist solely of the source files that are executable independently.

I recommend getting used to the command prompt of your chosen language as it includes functionalities commonly available in text-based user environments (for example, browsing command history with up- and down arrows). Note that you can use the command prompt also for showing function documentation with command help (e.g. 'help fprintf' in Matlab, '? print' in R), and for finding function names with lookfor (e.g. 'lookfor print' in Matlab, '?? print' in R).

Exercises in pdf:

There are 8 exercises (one / week during weeks 2-9). Each awards 12.5% of the final grade. The exercises are graded according to the following scheme:

Other material

Data files used in the exercises:

Additional learning material:

Errata

Courses