On Sun, Oct 9, 2016 at 2:07 PM, Ted Kosan <ted.ko...@gmail.com> wrote: > For the past few years I have been working on an artificial intelligence > step-by-step equation solver for elementary algebra equations that solves > these equations using steps that a human would typically use. Here is an > example of what I have working so far: > > In> LineForm(SolveSteps(MathParse("(8*x - 2 == -9 + 7*x)"), _x)) > > 8*x - 2 == (-9) + 7*x The original equation. > (8*x - 2) - ((-9) + 7*x) == 0 Subtract (-9) + 7 * x from both > sides.
... > x == (-7) Arithmetic. > > Is anybody interested in having step-by-step equation solving abilities like > this added to Sage? > I think a graphical version of this would be useful as a sage-based online high school math tutorial program, such as the khan academy algebra modules. > Ted > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.