Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neonwatty/computational_maths

A short collection of Jupyter notebooks explaining some basic computational math
https://github.com/neonwatty/computational_maths

computation-graph computational-maths computer-science jupyter-notebook lecture-notes mathematics recursive-functions

Last synced: 9 days ago
JSON representation

A short collection of Jupyter notebooks explaining some basic computational math

Awesome Lists containing this project

README

        

# An introduction to basic computational maths
This repo contains a small collection of Jupyter notebooks explaining some basic computational math, with illustrations using numpy and matplotlib. All notebooks are runnable in Google Collab via the links below.

## Notebooks

### 1. What is a function? [![part 1](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jermwatt/computational_maths/blob/collab/Part_1_mathematical_functions.ipynb)

### 2. Elementary functions and operations [![part 2](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jermwatt/computational_maths/blob/collab/Part_2_elementary_components.ipynb)

### 3. Computation graphs [![part 3](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jermwatt/computational_maths/blob/collab/Part_3_constructing_functions.ipynb)

### 4. Convex combinations of functions [![part 4](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jermwatt/computational_maths/blob/collab/Part_4_convex_combinations.ipynb)

### 5. Recursive functions [![part 5](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jermwatt/computational_maths/blob/collab/Part_5_recursive_functions.ipynb)

## Examples illustrations provided in the notebooks