home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / math / 18830 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.0 KB

  1. Path: sparky!uunet!ogicse!emory!sol.ctr.columbia.edu!news.columbia.edu!cunixb.cc.columbia.edu!jsk7
  2. From: jsk7@cunixb.cc.columbia.edu (Jun S Kutsuzawa)
  3. Newsgroups: sci.math
  4. Subject: Polynomial equation solver
  5. Message-ID: <1993Jan27.143602.26559@news.columbia.edu>
  6. Date: 27 Jan 93 14:36:02 GMT
  7. Article-I.D.: news.1993Jan27.143602.26559
  8. Sender: usenet@news.columbia.edu (The Network News)
  9. Reply-To: jsk7@cunixb.cc.columbia.edu (Jun S Kutsuzawa)
  10. Organization: Columbia University
  11. Lines: 14
  12. Nntp-Posting-Host: cunixb.cc.columbia.edu
  13.  
  14. Hi, I am wondering if anyone has a program in PASCAL that can solve a
  15. polynomial equation.  For instance, the particular problem I am looking at
  16. is:
  17.  
  18.  8     7        6       5        4        3         2               
  19. a - 36b  +  546c  -4536d  +22449e  -67284f  +118124g  -109584h  +40320 = 0
  20.  
  21. Solution is a=1, b=2, c=3, d=4, e=5, f=6, g=7, h=8.
  22.  
  23. I have searched the library at ARCHIE but I could not find one.  If you have
  24. such a program, I would appreciate if you could send me a copy at
  25. jsk7@cunixb.cc.columbia.edu.
  26.  
  27. Thanks.
  28.