How to solve generic algebra using solver/library programmatically? Matlab, Mathematica, Wolfram etc?
- by DevDevDev
I'm trying to build an algebra trainer for students. I want to construct a representative problem, define constraints and relationships on the parameters, and then generate a bunch of Latex formatted problems from the representation. As an example:
A specific question might be:
If y < 0 and (x+3)(y-5) = 0, what is x?
Answer (x = -3)
I would…