Simple tool to solve systems of equations
- Numpy (for solving using matrices)
- String (native Python module)
- Systems of equations can be modelled as matrices in order to solve them
- The concept and example illustrated below explain the calculations that occur:
- Only supports three variables at the moment
- Doesn't currently support float inputs