Project examples, Functions and Data Structures

2025-02-07

In class today we spoke about group coursework an I showed you two examples of past projects.

You can see a recording of this here

I spoke at length about what you are required to submit and when we will cover these aspects of the course.

After this I worked through an example of using functions and data structues to check the following identity:

\[(a + b) ^ n = \sum_{i=0}^n\binom{n}{i} a ^ i b ^ {n - i}\]

You can find a notebook with all this here

In your groups I would expect you to now:

  1. Identify a regular time in your timetable to meet each week.
  2. Use your first meeting to discuss ideas for your project.
  3. Work through this chapter of Python for Mathematics.