Extra Material#

This page only contains material that is not a part of the syllabus of Mathematics 1b. Hence, you are not expected to read this subpage.

Textbook Notes#

Jens Gravesen has written some Notes that treat many of the topics covered in Mathematics 1b. The Notes contain all proofs and further in-depth details, for instance the construction of the real numbers. They are intended as a supplement to the mathematically interested students.

Additional Notes

Python#

SymPy#

  1. TM Quest has 11 good videos about fundamental SymPy. You can watch the Youtube playlist here: SymPy Playlist on YouTube.

  2. SymPy’s official documentation refers to an introduction tutorial that is available at SymPy’s documentation website.

  3. For further information about SymPy at DTU we refer to this GitLab repository: Gitlab repo. The demoes here are from the 2022-23 version of Mathematics 1.

The Use of Python in Education at NBI#

Python resources for education at NBI, including many Jupyter Notebooks, can be found here: https://cholmcc.gitlab.io/nbi-python/

VS Code#

VS Code has many useful tutorials on the Youtube channel: https://www.youtube.com/c/Code/videos, such as about the use of Jupyter Notebooks in VS Code: Introduction to Jupyter Notebooks in VS Code Walkthrough.