Mandatory assignment 1

Mandatory assignment 1 (revision 2) can be found here:

/studier/emner/matnat/ifi/INF-MAT2351/v13/undervisningsmateriale/mandatory1_2013_v2.pdf

If you find typographical errors or other ambiguities in the assignment, please let us know via email: meg@simula.no

The deadline is March 6 2013 at 23:59.

Further instructions

- Use devilry for handing in the assignment

- The assignment must include a single document answering the questions and including figures. Please use LaTeX and generate .pdf

- The assignment must include the source code used to produce the results and figures. Additionally, the assignment must include a file named README describing how to compile/run the programs. If you know that there is something wrong with the source code, describe this in the README file too; if the program runs correctly, write this in the README file. The source code must run on IFI's Linux desktops. 

- The assignment must be handed in in the form of a tar-ball, with all the files (as described above) in a directory. This directory should be named 'username_oblig1_f1' (f1 stands for take 1)

- How to create a tar-ball: A tar-ball is an archive file: a collection of other files (typically a directory). Given a directory named 'username_oblig1_f1' containing all of the files, you create the tar-ball 'username_oblig1_f1.tgz' with the following command in a terminal (assuming that you are located in the directory containing the directory 'username_oblig1_f1'):

$ tar -zcvf username_oblig1_f1.tgz username_oblig1_f1/

Published Jan. 30, 2013 11:47 AM - Last modified Feb. 7, 2020 3:59 PM