Semester assignment 2015


In the semester assignment you are asked to solve a problem set in electromagnetic theory numerically. You should do this by writing and executing computer code that calculates solutions and plots results. You should write a report about the problem describing your solution and results.

The assignment will be graded on a pass/fail basis. You need to pass it to be allowed to take the exam.

It is a requirement that the report be written in LaTeX. For the numerics you may use any programming language you like, but we suggest Python. This is a free, easy-to-use and powerful language, which has a lot of libraries available for various tasks, and which is also becoming increasingly popular for numerical computations.

Requirements and guidelines

This document gives guidelines and requirements for the project, including the report (ignore the text that has been crossed out).

Problem sets

You should solve ONLY ONE of these problem sets!

Submission


Links

Python in general: The NumPy (Matlab-like arrays), SciPy (handy numerical functions) and Matplotlib (plotting) libraries: For Linux, UNIX, and Mac OS X (from the terminal) users: For MS Windows users: About the LaTeX document preparation system: Revision control systems: