home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.programming
- From: gary@nexnix.demon.co.uk (Gary Howland)
- Path: sparky!uunet!pipex!demon!nexnix.demon.co.uk!gary
- Subject: Expression manipulation
- Distribution: world
- Organization: nexnix
- Lines: 9
- Date: Wed, 9 Sep 1992 19:52:10 +0000
- Message-ID: <716068330snx@nexnix.demon.co.uk>
- Sender: usenet@gate.demon.co.uk
-
- Has anyone got a short program (any readable language - ie. not assembler)
- that can take a simple expression (such as 3x + 4y + 5z = 6) and
- produce a report for each of the x, y and z variables, such as
-
- x = (6 - 4y - 5z)/3
- etc.
-
- Thanks in advance - Gary.
-
-