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

  1. From: akcs.briand@hpcvbbs.cv.hp.com (Brian Dixon)
  2. Date: Tue, 17 Nov 1992 06:40:02 GMT
  3. Subject: Re: If X=0, Then Y=?
  4. Message-ID: <2b0890a2.4981.1comp.sys.handhelds.1@hpcvbbs.cv.hp.com>
  5. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!apollo.hp.com!cupnews0.cup.hp.com!news1.boi.hp.com!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.briand
  6. Newsgroups: comp.sys.handhelds
  7. References: <2b07083e.4981comp.sys.handhelds@hpcvbbs.cv.hp.com>
  8. Keywords: 48 48sx graph y-int y-intercept
  9. Lines: 62
  10.  
  11. Ok, here's a simple example for you to try.  Since you asked for the
  12. y-intercept, I'm choosing a simple line equation: y = 3x - 1.
  13. The slope is 3, the intercept is -1.  Here's a key sequence:
  14.  
  15. 1) Either using the Equation Editor (left shift - ENTER) or by entering
  16. the equation directly on the stack, get the thing entered so you see
  17. the following on level 1 of your stack display:
  18.  
  19.       'Y=3*X-1'
  20.  
  21. Note that if you enter it directly on the stack, you must turn on 
  22. algebraic mode by preceding the entry with the ' key (right above
  23. the SIN key).  When you press ENTER to place it on the stack, the 
  24. closing ' character will be added automatically.
  25.  
  26. 2) Press left-shift 8 to get to the PLOT menu.
  27.  
  28. 3) Press STEQ to enter the current equation from the stack to be the
  29. current equation, STEQ = STack EQuation
  30.  
  31. 4) Press PLOTR to enter the PLOTTER menu  (far left function key)
  32.  
  33. 5) To set up X as the independant variable, enter 'X on the stack (notice
  34. the ' key again) and press INDEP.  Notice that if you do this right, the
  35. top of the display will indicate "Indep: 'X'" to let you know it worked.
  36.  
  37. 6) For our hypothetical example, let's set the x-range to be from -1 to
  38. 1 so we can see the y-intercept and the x-intercept.  To do this, enter
  39. the numbers directly by pressing: -1 SPC 1 .  This places the range on
  40. the command line.  Now press XRNG (4th function key) to set the x-range
  41. to the chosen limits.  Notice the display updates and says
  42. "x:     -1        1" to indicate the new range has been accepted.
  43.  
  44. 7) Now, to plot the line, press AUTO.  This auto-scales the y-range and
  45. plots the line.
  46.  
  47. 8) To find the x-axis intercept, use the arrow keys to move the cursor
  48. closer to the x-intercept point and press FCN to enter the Function
  49. menu, then press ROOT (1st function key).  Press + to place the root
  50. (x-intercept) on the stack for later use.  OR instead of pressing ROOT,
  51. press ISECT to find the x-intercept.  For plots of single functions,
  52. these two functions work the same in giving the intercept of the x-axis.
  53.  
  54. 9) To find the y-axis intercept (HERE IT IS!), first press FCN to enter
  55. the Function menu...if you haven't already done so from step 8.  Press
  56. NXT once to display the next set of function key assignments.  Now, using
  57. the arrow keys, position the cursor so it is RIGHT ON the y-axis...this
  58. is easy since the cursor looks like a "+".  Now press F(X) to give the
  59. value of the function where the cursor is...which of course is on the
  60. y-axis so F(X) returns the value of the y-intercept!  In this case, the
  61. value returned is -1, which we know is correct.  Press + to enter the
  62. value on the stack.
  63.  
  64. 10) Assuming you are done playing with the plot and want to look at the
  65. stack to write down what you didn't right down before...press ATTN (the
  66. ON key).  Voila!  There's the info you gathered!  
  67.  
  68. Good luck on those exams!  You may want to simplify these instructions
  69. now that you know what to do.
  70.  
  71. Brian Dixon
  72. briand@cv.hp.com
  73.  
  74.