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

  1. Path: sparky!uunet!math.fu-berlin.de!ira.uka.de!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!rpi!usc!news.service.uci.edu!beckman.com!dn66!a_rubin
  2. Newsgroups: sci.math.symbolic
  3. Subject: Re: unexpected result
  4. Message-ID: <a_rubin.728175862@dn66>
  5. From: a_rubin@dsg4.dse.beckman.com (Arthur Rubin)
  6. Date: 27 Jan 93 23:04:22 GMT
  7. References: <rvk.728154627@wink>
  8. Distribution: usa
  9. Organization: Beckman Instruments, Inc.
  10. Keywords: roots mma
  11. Nntp-Posting-Host: dn66.dse.beckman.com
  12. Lines: 27
  13.  
  14. In <rvk.728154627@wink> rvk@blink.att.com (Bob Kline) writes:
  15.  
  16.  
  17. >    Running mma 2.1 on a Sparc-2, I input the following:
  18.  
  19. >    Solve[{Sqrt[x]+y==11,x+Sqrt[y]==7},{x,y}].
  20.  
  21.  
  22.  
  23. >    this results in four roots.  substituting the result in
  24. >    Sqrt[x]+y (or Sqrt[y]+x), only two of the roots are
  25. >    correct.  the other two are numbers like 14.nnn and 17.nnn.
  26.  
  27.  
  28. Try setting the option VerifySolutions-> True.
  29.  
  30. By default, mma solves the equations:
  31.  
  32. {u^2 ==x,u+y==11,v^2==y,x+v==7}
  33.  
  34. and eliminates u and v.  For the remaining solutions, u and/or v is
  35. negative.
  36. --
  37. Arthur L. Rubin: a_rubin@dsg4.dse.beckman.com (work) Beckman Instruments/Brea
  38. 216-5888@mcimail.com 70707.453@compuserve.com arthur@pnet01.cts.com (personal)
  39. My opinions are my own, and do not represent those of my employer.
  40. My interaction with our news system is unstable; please mail anything important.
  41.