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
- Host: GitHub
- URL: https://github.com/thomd/notes-on-mathematics
- Owner: thomd
- Created: 2019-09-30T09:53:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T19:45:24.000Z (over 2 years ago)
- Last Synced: 2025-10-07T17:51:40.042Z (8 months ago)
- Topics: latex, math
- Language: Jupyter Notebook
- Homepage:
- Size: 4.78 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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