eki / mathcraft

A mathtastic computer algebra system.
0 stars 0 forks source link

Add inequalities. #11

Open eki opened 4 years ago

eki commented 4 years ago

We should be able to solve inequalities like:

x + 3 <= 10

This will require adding new operators for greater than, less than, greater than or equal, less than or equal.

This will also require some thought as to how inequalities would relate to our Equation model..?