You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a repository with material for the course Advanced Mathematics for Engineers. The program of the course is located here. A commented list of
references can be found here.
Contents
Notebooks: This folder contains several Jupyter Notebooks.
To display the slides a browser is needed. They have been tested in Mozilla Firefox and Google Chrome, but any modern browser should work.
You can create an Anaconda environment using
conda env create -f environment.yml
This repository includes Jupyter Notebooks. To run these you will need Python and some packages:
IPython, a command shell for interactive computing in multiple programming languages that offers introspection, rich media, shell syntax, tab completion, and history.
NumPy, an extension to the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large library of high-level mathematical functions to operate on these arrays.
SciPy, an open source Python library used for scientific computing and technical computing.
matplotlib, a plotting library for the Python programming language and its numerical mathematics extension NumPy.
and the Computer Algebra System (CAS)Sympy.
The suggested method is to download a Python Distribution, preferably Anaconda. This will include all the packages mentioned above.
For instruction on how to compile the source codes into the html files see the following section.
Slides
The slides for some lectures are in the folder Slides as .html files. They were written as Markdown (.md) files, and compiled with pandoc using