Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 871 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 871 Bytes

This is the GitHub homepage for my book:

Exploring University Mathematics with Python by Siri Chongchitnan (Springer, 2023).

Errata since publication are collected in errata.md

Using the code

  • (Default option) ipynb files (for JupyterLab, Jupyter Notebook and VScode): download the .ipynb files and open them on your Jupyter environment. If "%matplotlib" causes an error, find the right graphics backend that works for you. To see a list of available backends on your machine, type matplotlib -l
  • py files (for IDLE, Spyder, Pycharm etc.): Each folder contains a subfolder called ".py files". Download the .py files and run. For Spyder, set graphics backend to automatic (look under preference>IPython console>graphics backend).

Instructors' material

Solutions to most exercises are available to instructors who have adopted the book. Please email me.