home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / symbolic / 2090 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.3 KB  |  39 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!ukma!psuvax1!frobenius!sibley
  3. From: sibley@math.psu.edu (David Sibley)
  4. Subject: galois problem
  5. Message-ID: <Bs2CE0.Cx7@cs.psu.edu>
  6. Sender: news@cs.psu.edu (Usenet)
  7. Nntp-Posting-Host: frobenius.math.psu.edu
  8. Reply-To: sibley@math.psu.edu
  9. Organization: Dept. of Mathematics, Penn State University
  10. Date: Mon, 27 Jul 1992 19:49:11 GMT
  11. Lines: 26
  12.  
  13.  
  14. In the following:  What does the error message mean?  Why won't maple
  15. find the Galois group?  A change of variables does work to allow the
  16. Galois group to be computed, but I don't think I should have to do
  17. that.  (Anyway, how would I know what change of variables would work?)
  18.  
  19. Environment: Sparcstation running SunOS 4.1.1.
  20.  
  21. David Sibley
  22. sibley@math.psu.edu
  23. -----------------------------------------------------
  24.     |\^/|      MAPLE V
  25. _|\|   |/|_.  Copyright (c) 1981-1990 by the University of Waterloo.
  26.  \  MAPLE  /   All rights reserved.  MAPLE is a registered trademark of
  27.  <____ ____>   Waterloo Maple Software.
  28.       |        Type ? for help.
  29. > f:=1+2*x+3*x^2+4*x^3+5*x^4+6*x^5+7*x^6;
  30.  
  31.                                   2      3      4      5      6
  32.                 f := 1 + 2 x + 3 x  + 4 x  + 5 x  + 6 x  + 7 x
  33.  
  34. > galois(f);
  35. Error, (in unknown) division by zero
  36. >
  37.  
  38.  
  39.