home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / programm / 2586 < prev    next >
Encoding:
Text File  |  1992-09-10  |  587 b   |  21 lines

  1. Newsgroups: comp.programming
  2. From: gary@nexnix.demon.co.uk (Gary Howland)
  3. Path: sparky!uunet!pipex!demon!nexnix.demon.co.uk!gary
  4. Subject: Expression manipulation
  5. Distribution: world
  6. Organization: nexnix
  7. Lines: 9
  8. Date: Wed, 9 Sep 1992 19:52:10 +0000
  9. Message-ID: <716068330snx@nexnix.demon.co.uk>
  10. Sender: usenet@gate.demon.co.uk
  11.  
  12. Has anyone got a short program (any readable language - ie. not assembler)
  13. that can take a simple expression (such as 3x + 4y + 5z = 6) and
  14. produce a report for each of the x, y and z variables, such as
  15.  
  16.     x = (6 - 4y - 5z)/3
  17.     etc.
  18.  
  19. Thanks in advance - Gary.
  20.  
  21.