Automatic Equation Solvers

Ofer Ben-Ami <nettours@nettours.com>
7 Nov 1996 20:48:30 -0500

          From comp.compilers

Related articles
Automatic Equation Solvers nettours@nettours.com (Ofer Ben-Ami) (1996-11-07)
| List of all articles for this month |

From: Ofer Ben-Ami <nettours@nettours.com>
Newsgroups: comp.compilers
Date: 7 Nov 1996 20:48:30 -0500
Organization: Compilers Central
Keywords: question

I am writing a program for teaching equation solving to children,
and I wonder if there is any material on how to "automatically" solve
an equation using the parse tree as input:


i.e. Q: X = (Y - 7)/8 + 5
          A: Y = 8(X - 5) + 7


Ofer
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.