home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp48 / 4338 < prev    next >
Encoding:
Text File  |  1992-08-20  |  6.6 KB  |  191 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!kithrup!hoptoad!pacbell.com!mips!sdd.hp.com!cs.utexas.edu!cse.uta.edu!utagraph.uta.edu!utarlg.uta.edu!b645zjo
  3. From: b645zjo@utarlg.uta.edu (Rick Homard)
  4. Subject: Re: Hp48 and TI85 compared
  5. NewsSoftware: VAX/VMS VNEWS 1.41    
  6. References: <1992Aug14.210022.15328@utagraph.uta.edu> 
  7.     <1992Aug20.023308.6024@unixg.ubc.ca>
  8. Message-ID: <1992Aug20.215637.9692@utagraph.uta.edu>
  9. Organization: The University of Texas at Arlington
  10. NntpPostingHost: utarlg.uta.edu
  11. MessageID: <20AUG199216554888@utarlg.uta.edu>
  12. Sender: news@utagraph.uta.edu (USENET News System)
  13. Date: Thu, 20 Aug 1992 21:55:00 GMT
  14. X-Bytes: 6064
  15. Lines: 175
  16.  
  17. In article <1992Aug20.023308.6024@unixg.ubc.ca>, ochealth@unixg.ubc.ca (ochealth) writes...
  18.  
  19. >>The TI85 supports all boolean operators.  In addition there are commands
  20. >>which:  rotate/shift right/left by one bit and conversion between bases.
  21. >>
  22. >>The HP48 supports all boolean operators, rotate/shift right/left of one
  23. >>bit/byte, setting wordsize, 1 bit arithmetic shift right.
  24. >in case of confusion, the HP48 does support base conversion. (as long as
  25. >it is binary, octal, decimal, or hex) Does the TI85 do arbitrary bases?
  26.  
  27. I assumed that was a given.  Indeed, the TI85 does support base conversion
  28. for the standard bases (ie: binary, octal, hex, and decimal).
  29.  
  30.  
  31.  
  32. >>
  33. >>
  34. >>Solve Applications
  35. >>
  36. >>Both machines have solve applications.  There is an unusual limitation
  37. >>on the TI85 solve application.  It cannot find complex solutions,
  38. >>only real solutions.  Not good.
  39. >Incorrect! The HP48 solver application can't find complex solutions. If
  40. >an equation has a simple linear/quadratic form, you can use ISOL to find
  41. >complex solutions
  42.  
  43. I stand corrected on the HP48 not being able to find complex solutions.
  44. I never tried it out and assumed it could.  (Never assume because...)
  45.  
  46.  
  47.  
  48. >>Plotting and Graphing
  49. >>
  50. >>The TI85 plots a bit faster than the HP48.
  51. >>The TI85 has better and more zooming features.
  52. >hmm, this needs explaining? How is one zoom better? How many ways can you
  53. >zoom and pan anyway?
  54. >>
  55.  
  56. The boxed zooming is better because it creates a box for you to expand
  57. or compress so you can see exactly what you want to zoom in.  Whereas
  58. the HP48 requires two opposite corners...and no box is explicitly drawn.
  59.  
  60. There is also a feature which allows you to regraph the equation(s)
  61. using the previous range.  This is nice if you want to zoom in on
  62. a different area.
  63.  
  64. Here are all of the zooming commands:
  65. Box    explained above
  66. Zin    zoom in according to the "zoom factor" (ie: x2, x3,...)
  67. Zout    zoom out 
  68. Zstd    standard graphing range.
  69. Zprev    regraphs equation(s) using the previous range.
  70. Zfit    same as AUTO on HP48.  automatically finds suitable x,y ranges
  71.     to fit the graph on the screen.
  72. Zsqr    set aspect ratio to one.
  73. Ztrig    set built in trig range variables (ie: x axis is divided into
  74.         pi/24 increments.
  75. Zdecm    sets x axis to .1 increments.
  76. Zrcl    displays the range
  77. Zfact    displays the multipling factors for Zin and Zout
  78. ZoomX    zoom in the x axis and leave the y axis alone
  79. ZoomY    zoom in the y axis and leave the x axis alone
  80. Zint    sets x axis to integer value increments
  81. Zsto    sets the user defined range values to the current values.
  82.  
  83. Other features in the graphic environment:
  84. DIST    finds the distance between two graph points.
  85. ARC    finds the length of an arc given two points.
  86. TANLN    draws a tangent line at any point on a curve.
  87.  
  88.  
  89.  
  90. >>Unit Management
  91. >>
  92. >>Not supported on the TI85.
  93. >I assume this means you can't define your own? Can you perform arithmetic
  94. >with units?
  95. >>
  96. TI doesn't call them units. Rather it is just simple conversion between
  97. units.  
  98. And yes you can define your own unit conversions.
  99.  
  100.  
  101.  
  102. >>Misc
  103. >>
  104. >>The TI85 can solve simultaneous equations (30 unknown maximum).  Indeed
  105. >>the HP48 can do this also but it does not have a user interface to do it
  106. >>from.  A nice feature but slow when solving anything larger than 15 unknowns.
  107. >Simultaneous Linear equations? The HP48 can solve these, and more that 30 too.
  108. >(assuming memory permits)
  109. >>
  110. No doubt but if you are doing work of this magnitude, you really need to
  111. use at least a personal computer
  112.  
  113. >>I compared the TI85's root finder with the HP48 (using the root finding
  114. >>program supplied by Bill Wickes on the net).  The results are incredible.
  115. >>The same 30th order polynomial was input to each machine.  The HP48 found
  116. >>all of the roots in 80 seconds.  I stopped the TI85 after 15 minutes.
  117. >>It is obvious that the TI85 gets heavily labored when required to perform
  118. >>at its limits.
  119. >Can the TI85 find roots of complex polynomials? Wickes can't, but with a
  120. >little trick (any Wayne`s POLY utils) it can.
  121. >>
  122.  
  123. The TI85 can find roots of complex polynomials.  I just tried it and
  124. it does work like a charm.
  125.  
  126.  
  127. >>The TI85 has an interpolation environment.  You provide two known pairs
  128. >>of data ( (x1,y1) and (x2,y2) )  and one known, either x or y and it will
  129. >>calculate the unknown.
  130. >This has an equivalent in the STATs menu. (with linear regression)
  131. >>
  132.  
  133. You are correct.  However, I was just stating that this was a feature. 
  134.  
  135.  
  136. >>The TI85 performs some fudging (rounding, et al) on calculations.
  137. >>
  138. >>Examples:
  139. >>
  140. >>0.333333333333 * 3 = 1
  141. >>and
  142. >>sin (3.14159265359) = 0
  143. >If I remember TI, they don't really round the answer, they just display
  144. >part of the answer (ie the first 12 digits, and the 13 and 14 are kept
  145. >internally). Sort of like the HP with 10 FIX on all the time, but trailing
  146. >zeros aren't displayed.
  147.  
  148. This is still "fudging" notheless.  Regardless of how many decimal places
  149. you take .33333333 , when you multiply it by 3 you get .999999999 to the
  150. same number of decimal places.
  151. Also sin(3.14159265359) is a small number but not zero.  The sin(pi)
  152. is zero but 3.14159265359 is not pi.
  153.  
  154. >>The TI85 also performs numerical integration and differentiation in the
  155. >>graphical environment.
  156. >How fast is it? Does it return an error estimate? I had a TI56 that did
  157. >Simpson's rule, and it was SLOW. When it finished you had NO CLUE whether
  158. >the answer is meaningful. The HP uses an adaptive algorithm which will
  159. >usually return usefull results to an integral, and give you a good idea
  160. >whether the numerical result is close, or way off.
  161.  
  162. It is fast and it returns an error estimate in a variable, just like
  163. the HP48.  As what method it uses I do not know.
  164.  
  165.  
  166.  
  167. >Is there any way to "get inside" the TI85? I mean software wise. A lot
  168. >of power in the HP48 comes from being able to add low level machine language
  169. >programs that blow away any user level program. For example, the recent ML
  170. >FFT is blindingly fast, and it can't be done quickly in user code.
  171. I do not know.  I have only had it for about a week now.
  172.  
  173.  
  174.  
  175. That's all.
  176.  
  177. Rick Homard
  178.  
  179.