Program that solves quadratic, linear and system of equations - mostly everything you'll encounter till 10 grade.
This program can solve 3 types of equations:
- Linear
- Quadratic
- System of Equations
Contains a solver() equation which takes in an equation and returns the solved values of the variable(s)
Work in progress