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

https://github.com/thomd/notes-on-mathematics

some Jupyter notebooks on math
https://github.com/thomd/notes-on-mathematics

latex math

Last synced: 20 days ago
JSON representation

some Jupyter notebooks on math

Awesome Lists containing this project

README

          

# Notes on Mathematics

* [Statistics](https://nbviewer.jupyter.org/github/thomd/notes-on-mathematics/blob/master/statistics.ipynb)
* [Information Theory](https://nbviewer.jupyter.org/github/thomd/notes-on-mathematics/blob/master/information-theory.ipynb)

For mathematical LaTeX notation, see [LaTeX/Mathematics](https://en.wikibooks.org/wiki/LaTeX/Mathematics).

## Setup

conda create --name math
conda activate math
conda install jupyterlab sympy numpy scipy matplotlib pandas seaborn scikit-learn
jupyter lab