home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / math / symbolic / 2392 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  1.6 KB

  1. Path: sparky!uunet!newsstand.cit.cornell.edu!vax5.cit.cornell.edu!fnvy
  2. From: fnvy@vax5.cit.cornell.edu
  3. Newsgroups: sci.math.symbolic
  4. Subject: A problem with Maple integration ..
  5. Message-ID: <1992Sep12.160849.14864@vax5.cit.cornell.edu>
  6. Date: 12 Sep 92 16:08:49 EDT
  7. Distribution: sci
  8. Organization: Cornell University
  9. Lines: 39
  10.  
  11. Possible Maple error in integration
  12.  
  13. This is what I did with xmaple (Maple V) on a sparc station:
  14.  
  15.     |\^/|      MAPLE V
  16. ._|\|   |/|_.  Copyright (c) 1981-1990 by the University of Waterloo.
  17.  \  MAPLE  /   All rights reserved.  MAPLE is a registered trademark of
  18.  <____ ____>   Waterloo Maple Software.
  19.       |        Type ? for help.
  20. > f:=sqrt((1+s)/(1-s));
  21.                                             1/2
  22.                                      (1 + s)
  23.                                 f := ----------
  24.                                             1/2
  25.                                      (1 - s)
  26.  
  27. _____________________________________________________________________________
  28. > integrate(f*s,s,-1,1);
  29. Error, (in int) invalid arguments
  30. _____________________________________________________________________________
  31. > int(f*s,s,-1,1);
  32. Error, (in int) invalid arguments
  33. _____________________________________________________________________________
  34. > help(integrate);
  35. _____________________________________________________________________________
  36. > int(f*s,s=-1..1,continuous);
  37.                                     - 1/2 Pi
  38.  
  39.  
  40. Whereas the correct answer should be 
  41.  
  42.                Pi/2
  43.  
  44.  
  45. Did I do something wrong?  Or, is this a bug on the current version Maple?
  46. All discussion or advice are welcome.  Many thanks for your attention.
  47.  
  48. Wei-Yan
  49.  
  50.