home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / handheld / 2429 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  3.1 KB

  1. From: rrd@hpfcso.FC.HP.COM (Ray Depew)
  2. Date: Tue, 17 Nov 1992 16:24:41 GMT
  3. Subject: Re: Iterations on HP-48? Mail-order places?
  4. Message-ID: <7360174@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!sdd.hp.com!hpscit.sc.hp.com!scd.hp.com!hpscdm!hplextra!hpfcso!rrd
  7. Newsgroups: comp.sys.handhelds
  8. References: <1992Nov2.210025.9774@news.duc.auburn.edu>
  9. Lines: 55
  10.  
  11. In comp.sys.handhelds, akcs.tsblue@hpcvbbs.cv.hp.com (Thomas Stewart Blue) writes:
  12.  
  13. > Iterations.............I believe not? ...
  14. > ...  Say I am analyzing pipe flow. [parameters given] -- a basic fluid 
  15. > mechanics problem. However, the solution is
  16. > necessarily an iterative, that is TRIAL & ERROR, procedure. 
  17.  
  18. Not any more.  HP's SOLVER is versatile enough that the trial-and-error is
  19. no longer necessary.  All you have to do ( riiiiiiight...) is find a way to
  20. express the problem in terms of a single equation.  Numerical approximations
  21. for Reynolds number, for instance, abound in the literature, and they can be
  22. built into your equation.  You can have the unknown variable appear on both 
  23. sides of the '=' sign, even multiple times.
  24.  
  25. When you study Numerical Analysis, the prof teaches you how to reorder your
  26. equation so that iteration always converges to a solution.  The HP figures
  27. out all of that internally.
  28.  
  29. The SOLVER routines in the 48 are so versatile and so powerful that you could
  30. even consider the SOLVER to be a second built-in programming language.  Once
  31. you learn to use the solver effectively, you will never go back to RPL for
  32. normal plug-and-chug solutions.
  33.  
  34. Now, the HP Solve Equation Library card contains 2 items that may be of 
  35. interest to you:  one is MES, the Multiple Equation Solver.  If you can't 
  36. organize your problem into one equation, then perhaps 2 or 3 (or more...) will
  37. do.  The MES cycles through all the equations until a solution is reached.
  38. This is actually an iterative procedure.  I don't know if MES reorders the
  39. equations to guarantee a converging solution or not, perhaps someone from
  40. HP can answer.  The second item is a library of fluid flow equations, 
  41. including the most accurate numerical Reynolds number calculation as of ...
  42. umm ... August 1988? '89? ... I don't remember.  But it's definitely worth
  43. looking into.  Several ChemE's and other fluidheads contributed to that
  44. part of the card.
  45.  
  46. > It may be
  47. > argued that the basis for the procedure may stem from Newton's method of
  48. > approximation but that is only a basis for the procedure. An iterative
  49. > process must be followed outside of such a specific view to obtain the
  50. > result. Therefore, when I say that the hp48 series does not do iterations
  51. > I am refering to a procedural type of multiple equation dependent problem
  52. > and corresponding solution method, that being the most common type.
  53.  
  54. Again, the MES on the Equation Library card does what you want, but I would 
  55. suspect that you won't even need it, if you can figure out how to get the 
  56. SOLVER to do it all at once.
  57.  
  58.  
  59. Regards
  60. Ray Depew
  61. Integrated Circuits Business Division
  62. Hewlett Packard Co, Fort Collins, Colorado
  63. rrd@hpfiqa.fc.hp.com
  64. Not an official spokesman for HP
  65.