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

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!gumby!destroyer!ubc-cs!unixg.ubc.ca!ochealth
  3. From: ochealth@unixg.ubc.ca (ochealth)
  4. Subject: Re: Hp48 and TI85 compared
  5. Message-ID: <1992Aug20.023308.6024@unixg.ubc.ca>
  6. Sender: news@unixg.ubc.ca (Usenet News Maintenance)
  7. Nntp-Posting-Host: unixg.ubc.ca
  8. Organization: University of British Columbia, Vancouver, B.C., Canada
  9. References: <1992Aug14.210022.15328@utagraph.uta.edu>
  10. Date: Thu, 20 Aug 1992 02:33:08 GMT
  11. Lines: 166
  12.  
  13. In article <1992Aug14.210022.15328@utagraph.uta.edu> b645zjo@utarlg.uta.edu (Rick Homard) writes:
  14. >Hello to all interested in knowing how the TI85 compares with the
  15. >HP48.
  16. >
  17. >This is a (non comprehensive) comparison of the HP48S and the TI85
  18. >available features and commands.
  19. >
  20. >==========================================================================
  21. >
  22. >
  23. >The TI85 supports all boolean operators.  In addition there are commands
  24. >which:  rotate/shift right/left by one bit and conversion between bases.
  25. >
  26. >The HP48 supports all boolean operators, rotate/shift right/left of one
  27. >bit/byte, setting wordsize, 1 bit arithmetic shift right.
  28.  
  29. in case of confusion, the HP48 does support base conversion. (as long as
  30. it is binary, octal, decimal, or hex) Does the TI85 do arbitrary bases?
  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.  
  40. Incorrect! The HP48 solver application can't find complex solutions. If
  41. an equation has a simple linear/quadratic form, you can use ISOL to find
  42. complex solutions
  43.  
  44. >Plotting and Graphing
  45. >
  46. >The TI85 plots a bit faster than the HP48.
  47.  
  48. !!!!
  49.  
  50. >
  51. >The TI85 has better and more zooming features.
  52.  
  53. hmm, this needs explaining? How is one zoom better? How many ways can you
  54. zoom and pan anyway?
  55. >
  56. >The TI85 has a DiffEq mode of plotting which allows the user to plot
  57. >graphs in terms of "t".
  58. >
  59. >
  60. >Both machines allow you to save plots.
  61. >
  62. >
  63. >Both machines support unit conversions, although the TI85 does not
  64. >support tagged units.
  65. >
  66. >
  67. >Unit Management
  68. >
  69. >Not supported on the TI85.
  70.  
  71. I assume this means you can't define your own? Can you perform arithmetic
  72. with units?
  73. >
  74. >
  75. >Misc
  76. >
  77. >The TI85 has some features and commands not found on the HP48 (although
  78. >they are readily available via Goodies Disks).
  79. >
  80. >The TI85 has:
  81. >gcd = greatest common divisor
  82. >lcm = least common multiple
  83. >
  84. >=========
  85. >
  86. >The TI85 can solve simultaneous equations (30 unknown maximum).  Indeed
  87. >the HP48 can do this also but it does not have a user interface to do it
  88. >from.  A nice feature but slow when solving anything larger than 15 unknowns.
  89.  
  90. Simultaneous Linear equations? The HP48 can solve these, and more that 30 too.
  91. (assuming memory permits)
  92. >
  93. >============
  94. >
  95. >The TI85 also has a built in polynomial root finder (order =< 30).  A nice
  96. >interface but the root finder is terribly slow when the order of the
  97. >polynomial is large.
  98. >I compared the TI85's root finder with the HP48 (using the root finding
  99. >program supplied by Bill Wickes on the net).  The results are incredible.
  100. >The same 30th order polynomial was input to each machine.  The HP48 found
  101. >all of the roots in 80 seconds.  I stopped the TI85 after 15 minutes.
  102. >It is obvious that the TI85 gets heavily labored when required to perform
  103. >at its limits.
  104.  
  105. Can the TI85 find roots of complex polynomials? Wickes can't, but with a
  106. little trick (any Wayne`s POLY utils) it can.
  107. >
  108. >=========
  109. >
  110. >The TI85 can also do sequences of sums or products.  I know that the HP48
  111. >can do summation sequences but I don't believe that has the (built in)
  112. >capability of doing sequences of products.
  113.  
  114.  'exp( sum(a,b,ln(product series) ) )' ;-) OK, that's pushing it!
  115. >
  116. >========
  117. >
  118. >The TI85 has an interpolation environment.  You provide two known pairs
  119. >of data ( (x1,y1) and (x2,y2) )  and one known, either x or y and it will
  120. >calculate the unknown.
  121.  
  122. This has an equivalent in the STATs menu. (with linear regression)
  123. >
  124. >===========
  125. >
  126. >The TI85 performs some fudging (rounding, et al) on calculations.
  127. >
  128. >Examples:
  129. >
  130. >0.333333333333 * 3 = 1
  131. >and
  132. >sin (3.14159265359) = 0
  133.  
  134. If I remember TI, they don't really round the answer, they just display
  135. part of the answer (ie the first 12 digits, and the 13 and 14 are kept
  136. internally). Sort of like the HP with 10 FIX on all the time, but trailing
  137. zeros aren't displayed.
  138. >
  139. >The TI85 also performs numerical integration and differentiation in the
  140. >graphical environment.
  141.  
  142. How fast is it? Does it return an error estimate? I had a TI56 that did
  143. Simpson's rule, and it was SLOW. When it finished you had NO CLUE whether
  144. the answer is meaningful. The HP uses an adaptive algorithm which will
  145. usually return usefull results to an integral, and give you a good idea
  146. whether the numerical result is close, or way off.
  147. >
  148. >===========
  149. >
  150. >Well that's all I have for now.  If anybody has anything to add please
  151. >notify me so I will know as well.
  152. >
  153.  
  154. Is there any way to "get inside" the TI85? I mean software wise. A lot
  155. of power in the HP48 comes from being able to add low level machine language
  156. programs that blow away any user level program. For example, the recent ML
  157. FFT is blindingly fast, and it can't be done quickly in user code.
  158.  
  159.  
  160.  
  161. Well, I won't be trading in my 48SX, but it bugs me that the TI85 has built
  162. in matrix stuff the HP doesn't (eigenvalues, LU etc). That stuff is nasty
  163. to write, and I'd rather have it built in (even though I can add that easily
  164. from the NET). I think the HP48 has some White Elephant code that was put
  165. in for marketing: like the equation writer. It sure looks cool on the box,
  166. but I rarely use it. I'd rather have some extra functions, or Matrix things
  167. or Polynomial things built in instead. (AT least I can add them!)
  168.  
  169. >
  170. >Rick Homard
  171. >
  172.  
  173.  
  174. -- 
  175. ______________________________________________________________________________
  176. jpm: ochealth@unixg.ubc.ca         
  177.                             Happily using OS/2 2.0 because MS Windows isNT ___
  178.                                                       Insert VapourFeature ^^^
  179.