Files
cds-numerical-methods/Test/00 Test Assignment.ipynb
Koen Vendrig a8d2a8d775 Week 1 by Koen
2022-02-15 16:37:25 +01:00

3.2 KiB

CDS: Numerical Methods Assignments

  • See lecture notes and documentation on Brightspace for Python and Jupyter basics. If you are stuck, try to google or get in touch via Discord.

  • Solutions must be submitted via the Jupyter Hub.

  • Make sure you fill in any place that says YOUR CODE HERE or "YOUR ANSWER HERE".

Submission

  1. Name all team members in the the cell below
  2. make sure everything runs as expected
  3. restart the kernel (in the menubar, select Kernel$\rightarrow$Restart)
  4. run all cells (in the menubar, select Cell$\rightarrow$Run All)
  5. Check all outputs (Out[*]) for errors and resolve them if necessary
  6. submit your solutions in time (before the deadline)
team_members = "Kees van Kempen, Koen Vendrig"

Task 0

This is how a task will look like ...

In [1]:
# Test code
print("Hoi Yann, hoe was Japan?")
Hoi Yann, hoe was Japan?
In [ ]:
 
In [ ]: