Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 353 Bytes

equaSolver

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:

  1. Linear
  2. Quadratic
  3. System of Equations

Working

Contains a solver() equation which takes in an equation and returns the solved values of the variable(s)

Work in progress