next up previous
Next: Marking scheme Up: Approximating iteratively: CSC270, Assignment Previous: Your job


What to hand in

The deadline is Thursday October 10 at midnight. Late submissions are not generally accepted, and never accepted unless you have a written explanation. If you do have an explanation, please do submit your assignment late and send me an explanation by email.

You are to submit files diffeq.c and report. Each of these files must begin with a prologue comment stating your name, student number, and TA (or tutorial time/place), as well as the purpose of the program and any overall notes. Make sure your files are in plain text by using the cat command on a CDF machine to display them on the console.

diffeq.c contains your implementation of delist and any helper functions it needs to do its job. report contains your comments on the results of running DE with $ K==10$ and $ K == 500$, plus your error analysis and suggestions for improving the algorithm. report must not exceed 300 words in length.

Do not submit diffeq.h or testdiffeq.c, since the marking TA will use their own version.

Once you are satisfied with your files, you can submit them for grading as follows:

    submit -c csc270h -a a1 diffeq.c report
Don't submit your compiled program, just diffeq.c and report. You may change your files and resubmit them any time up to the due time (the latest copy overwrite an earlier one). You can check that your assignment has been submitted with the command:
    submit -l -c csc270h -a a1
To resubmit a file that has already been submitted, use -f:
    submit -c csc270h -a a1 -f diffeq.c

Hand in your own work. A mark of 0/10 is generally better than the academic penalty for plagiarism.


next up previous
Next: Marking scheme Up: Approximating iteratively: CSC270, Assignment Previous: Your job
Danny Heap 2002-09-22