simplification of formula (compiler? sorta...)

Colin Prepscius <colin@boxer.com>
27 Feb 1996 16:31:18 -0500

          From comp.compilers

Related articles
simplification of formula (compiler? sorta...) colin@boxer.com (Colin Prepscius) (1996-02-27)
Should it be done? Was: Re: simplification of formula hrubin@stat.purdue.edu (1996-03-01)
Re: simplification of formula (compiler? sorta...) jaidi@ubd.edu.bn (1996-03-01)
| List of all articles for this month |

From: Colin Prepscius <colin@boxer.com>
Newsgroups: comp.compilers
Date: 27 Feb 1996 16:31:18 -0500
Organization: Compilers Central
Keywords: optimize

If any one knows of info about simplification of formula (esp existing
code in C/C++), I'd be obliged. I think this is related to compilers
- it seems to be related to forming parse trees...


say I have 2x+3x+5=2+7, I'd like to encode the algorithm to simplify
2x+3x=5x. That kind of thing...


thanks much,
Colin
colin@boxer.com
--


Post a followup to this message

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