A tool to help teach some further maths topics, namely complex numbers and basic matrix operations with these features:
- Visualisation of complex loci, e.g. |z| = 5
- Visualisation of operations on complex numbers in the complex plane e.g. multiplication representing rotation
- Matrix calculator with basic operations
- Teachers can set tasks to students, which consist of randomised questions on a certain topic
Created with the Flask framework in Python 3.
Fill config.py with a secret key and email details
pip install -r requirements.txt
python run.py