home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / math / symbolic / 2194 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!usc!sol.ctr.columbia.edu!emory!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!cc3z+
  2. From: cc3z+@andrew.cmu.edu (Christopher N. Carlson)
  3. Newsgroups: sci.math.symbolic
  4. Subject: Help! Quirky MMa Solver
  5. Message-ID: <4eWc7Y600Uh_A2l1YI@andrew.cmu.edu>
  6. Date: 13 Aug 92 07:38:12 GMT
  7. Organization: Doctoral student, Architecture, Carnegie Mellon, Pittsburgh, PA
  8. Lines: 23
  9.  
  10. Can anyone explain why variable order makes a difference to the
  11. Mathematica solver -- why it finds solutions for some orders of
  12. variables and not for others?  Better yet, can anyone suggest a fix or
  13. workaround?
  14.  
  15. For example,
  16.  
  17.     Reduce[
  18.         {
  19.         var[1] == 48.02 + var[2],    
  20.         var[4] == (-2. + var[3])^2 ,
  21.         (81.3016 + 1.84776 var[2])^2  - (-2. + var[3])^2  == var[2]^2 ,
  22.         -2500. + (50. - var[2])^2  == (-2. + var[3])^2 
  23.         },
  24.         variabes
  25.     ] 
  26.  
  27. does not yield solutions for any permutation of variables = {var[1],
  28. var[2], var[3], var[4]} in which var[3] is the first element.
  29.  
  30. I'm desperate!  Any and all suggestions gratefully received!
  31.  
  32. --Chris Carlson
  33.