Skip to content

anik545/A2Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A2Project

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.

To run:

Fill config.py with a secret key and email details

pip install -r requirements.txt
python run.py