Hacker News new | ask | show | jobs
by tkosan 3634 days ago
Is Maple able to show the steps a human would typically take to solve a given elementary algebra equation?
1 comments

The market for "solve an algebra equation and show the steps" is students who want something to do their homework for them. And yes, websites (and graphing calculator apps) already do this. For example, http://cymath.com/

It's cool that you made it, but whether you decide to do anything else with it depends on what your goals are.

No currently used step-by-step equation software I am aware of shows all of the steps (inferences) that are needed to solve an equation, and why it took those steps. For example, I just had cymath solve 8x - 2 = -9 + 7x. The solution it provides is missing steps, and there is no explanation of why it took the steps it did. The solver I am writing shows all of the steps needed to solve an equation, and it is capable of explaining why it took these steps (although the "why" part is not shown in the video).
Wolfram|Alpha does this pretty well, although they moved the step-by-step solver to the paid version quite a while ago and I've only tried the early free version. They also have an extensive knowledge base and other resources that make it very easy to understand even completely new concepts.

And Mathematica of course does everything Wolfram|Alpha can.