Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 637 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 637 Bytes

Complex

Complex function plotter using domain coloring

Usage

  1. git clone https://github.com/Ducolnd/complex
  2. cd complex
  3. Install python 3 and virtualenv
  4. virtualenv venv
  5. source venv/bin/activate
  6. pip install -r requirements.txt
  7. Open complex.py and edit function function
  8. Run by typing python complex.py and close by pressing ECS

Sources

algorithm-archive.org
dynamicmath.xyz
wikipedia.org