00 Test Assignment (Score: 1.0 / 1.0)

  1. Coding free-response (Score: 1.0 / 1.0)
  2. Comment

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 = "Koen Vendrig, Kees van Kempen"

Task 0

This is how a task will look like ...

In [1]:
Student's answer Score: 1.0 / 1.0 (Top)
print("Hello Malte/Yann/Taha, is this okay?")
Hello Malte/Yann/Taha, is this okay?
In [ ]: