The purpose of these notebooks is to introduce a student to the python
language and how it can be useful for mathematics, engineering and science students.
The intent is to teach useful skills that allow for:
- Validation of results.
- Catalysing the process of complex calculations.
- Exploration of mathematical concepts.
- Effective communication and presentation of data.
The python
libraries/modules used are:
sympy
matplotlib
numpy
math
They have been written so that examples can be followed through the notebook, the student is expected to read the python
cells (especially the comments) along with the markdown cells.
At the end of each notebook are questions. There will be cells below the question that the student is expected to modify and run to get the requested output.
The reason for the bundling of questions with examples in the same notebooks is so that functions can be written by instructors, who can then get students to call those functions to answer questions. This will allow instructors to patch any programming difficulties with an assistive function -- allowing students to focus on the mathematics, rather than the programming.