n-arms / math-parser

A library to take in a string and output a mathematical result, as well as acting as a Computer Algebra System.
0 stars 0 forks source link

Solve Equations #10

Open n-arms opened 3 years ago

n-arms commented 3 years ago

Description

The whole point of a CAS is to solve equations. I want to be able to input strings with 1 dependant variable (ie "3x+4 = 5") and have the evaluator isolate the variable ("x = 1/3")

Implementation

This is going to need several new concepts to function: