https://github.com/rand-asswad/complex_maps
Python interface for viewing complex mappings
https://github.com/rand-asswad/complex_maps
complex-analysis conformal-mapping jupyter-notebook matplotlib python
Last synced: about 1 year ago
JSON representation
Python interface for viewing complex mappings
- Host: GitHub
- URL: https://github.com/rand-asswad/complex_maps
- Owner: rand-asswad
- Created: 2019-11-13T14:04:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T17:57:37.000Z (over 6 years ago)
- Last Synced: 2025-01-08T03:11:38.804Z (about 1 year ago)
- Topics: complex-analysis, conformal-mapping, jupyter-notebook, matplotlib, python
- Language: Jupyter Notebook
- Homepage: https://rand-asswad.github.io/complex_maps/
- Size: 7.33 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conformal Mappings
This repo holds resources for my presentation about conformal mappings in my Masters program.
- [Slides](https://rand-asswad.github.io/complex_maps)
- [Jupyter Notebook](https://rand-asswad.github.io/complex_maps/maps.html)
- [Interactive Jupyter Notebook](https://mybinder.org/v2/gh/rand-asswad/complex_maps/master?filepath=maps.ipynb)
## Repo Contents
- `api.py`: a python API for plotting complex mappings (using numpy and matplotlib)
- `ticks.py`: a script from SO for custom matplotlib ticks
- `requirements.txt`: `venv` requirements (I use it locally)
- `environment.yml`: conda environment, overrides `requirements.txt` in [mybinder.org](https://mybinder.org/)
## To-Do
- Bibliography
- Create R Markdown version of notebook