home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / MBUG / MBUG096.ARC / MANUAL.WSF < prev    next >
Text File  |  1979-12-31  |  7KB  |  235 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                  T A B L E  O F  C O N T E N T S
  12.  
  13.  
  14.  
  15.  
  16.  
  17. 1. Introduction..................................................2
  18.  
  19.  
  20. 2. Initial Start-up..............................................2
  21.  
  22.  
  23. 3. Change equation...............................................2
  24.  
  25.  
  26. 4. Change axis...................................................3
  27.  
  28.  
  29. 5. Change equation and axis......................................4
  30.  
  31.  
  32. 6. Re-plot graph.................................................4
  33.  
  34.  
  35. 7. Quit..........................................................4
  36.  
  37.  
  38. 8. Screen dumps..................................................5
  39.  
  40.  
  41. 9. Errors........................................................5
  42.  
  43. Introduction
  44.  
  45. Parabola  Plotter  is  a   general-purpose  program  for  plotting 
  46. Parabolas.  Most  Parabolas are plotted  in under 10  seconds.  It 
  47. requires Microworld Disk  Basic version 6.30e.  Before  you start, 
  48. make sure that you have a backup  copy of Parabola Plotter in your 
  49. archives.
  50.  
  51. Notation used in this manual.
  52.  
  53.     <CR>  Indicates that the <RETURN> key is to be pressed.
  54.  
  55.     <X>   Indicates that key `X' is to pressed.
  56.  
  57.  
  58.  
  59. Initial Start-up
  60.  
  61. Place the program disk in the A: drive.  At the system prompt type 
  62. BASIC PARABOLA.MWB     <CR>
  63. After the title page has appeared,  press a key.  The opening menu 
  64. will appear :
  65.                  P a r a b o l a    P l o t t e r
  66.                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  67.  
  68.  
  69.        <1>  Change equation
  70.        <2>  Change axis
  71.        <3>  Change equation and axis
  72.        <4>  Re-plot graph
  73.  
  74.        <Q>  Quit
  75.  
  76.  
  77.        Please select 1-4 or Q:
  78.  
  79.  
  80.  
  81. Change equation
  82.  
  83. With the main menu displayed, press <1>, for "Change equation".
  84. The screen will clear and the following will appear :
  85.  
  86. Previous equation y = x^2
  87.  
  88.    This line  tells you the  previous equation plotted.   When you 
  89.    first start this will always be set to y = x^2, but will change 
  90.    when you enter another equation.
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. Please enter the value of A, where y = A( x + b )^2 + c
  99. or <CR> for default of 1 : -.07   <CR>
  100.  
  101.    This value determines the shape of the graph.  A negative value 
  102.    will turn  it upside down (-1, -23, -4.5) and a  positive value 
  103.    will make  it upright (1,  13, 8.7).   A large value  will make 
  104.    it thin  (5, -16, 9.5),  while a small  value will make  it fat 
  105.    (.3, -.07, .07).  Pressing <CR> will set A to its default value 
  106.    of 1.  Pressing <SPACE> will give A its previous value.
  107.  
  108. Please enter the value of B, where y = -0.07( x + B )^2 + c
  109. or <CR> for default of 0 : -2     <CR>
  110.  
  111.    This value determines the graph's X position.  A negative value 
  112.    (-2, -5,  -.5) will move  the graph  to the right.   A positive 
  113.    value (4,  8, 3.5) will move  the graph to the  left.  Pressing 
  114.    <CR> will  set B to its  default value of 0.   Pressing <SPACE> 
  115.    will give B its previous value.
  116.  
  117. Please enter the value of C, where y = -0.07( x - 2 )^2 + C
  118. or <CR> for default of 0 : 9      <CR>
  119.  
  120.    This value determines the graph's Y position.  A negative value 
  121.    (-4, -12, -3.5) will  move it down and a positive  value (2, 7, 
  122.    5.4) will move it up.  Pressing <CR>  will set C to its default 
  123.    value of 0.   Pressing <SPACE> will give C  its previous value.  
  124.    If B has not been specified, the brackets will not appear.
  125.  
  126. Are you plotting the graph of y = -0.07( x - 2 )^2 + 9
  127. <Y>es or <N>o      (Default Yes)
  128.  
  129.    If this line displays the correct  equation, press <CR> or <Y>.  
  130.    If it isn't right, press <N> and type it in again.
  131.  
  132. The axis and scales  will be drawn, and a message  will be printed 
  133. telling you which equation is being plotted.
  134.  
  135.  
  136.  
  137. Change axis
  138.  
  139. With the main menu  in front of you, type <2>,  for "Change axis".  
  140. The screen will clear and the following lines will appear one at a 
  141. time on the 17th line :
  142.  
  143. To move (0,0) horizontally, type -250 to 250 or 0 centre :____
  144.  
  145.    This value effects  where the Y axis appears on  the screen.  A 
  146.    negative number will  move it left from the  centre, a positive 
  147.    number will move it right from  the centre.  Pressing <CR> will 
  148.    set  it to  its  default value  of  0.   Pressing <SPACE>  will 
  149.    set it to its previous value.  Only integers are allowed.
  150.  
  151.  
  152.  
  153. To move (0,0) vertically, type -120 to 120 or 0 centre :____
  154.  
  155.     This value effects where the X  axis appears on the screen.  A 
  156.     negative  number will  move  it down  from  the  centre and  a 
  157.     positive number  will move  it up  from the  centre.  Pressing 
  158.     <CR> will set it to its  default value of 0.  Pressing <SPACE> 
  159.     will  set  it  to  its  previous  value.   Only  integers  are     
  160.     allowed.
  161.  
  162. X - axis scale factor (Default 1) :____
  163.  
  164.     This value effects the number of scale marks on the X axis.  A 
  165.     small number (0.5,  0.1) will increase the number  of marks, a   
  166.     large  number (1.5,  3)  will decrease  the  number of  marks.      
  167.     Pressing <CR> will set it to its default value of 1.  Pressing 
  168.     <SPACE>  will  set   it  to  its  previous   value.   Negative     
  169.     numbers are not allowed.
  170.  
  171. Y - axis scale factor (Default 1) :____
  172.  
  173.     This value effects the number of scale marks on the Y axis.  A 
  174.     small number (0.5,  0.1) will increase the number  of marks, a 
  175.     large  number (1.5,  3)  will decrease  the  number of  marks.  
  176.     Pressing <CR> will set it to its default value of 1.  Pressing 
  177.     <SPACE>  will  set   it  to  its  previous   value.   Negative     
  178.     numbers are not allowed.
  179.  
  180. Confirm <Y>es or <N>o     (Default Yes)
  181.  
  182.    This line just asks for confirmation  of the settings.  If they 
  183.    are wrong, press <N> and go through them again, otherwise press 
  184.    <Y> or <CR>.
  185.  
  186. A message will appear telling you  which equation is being plotted 
  187. and then the Parabola will be drawn.
  188.  
  189.  
  190.  
  191. Change equation and axis
  192.  
  193. Press  <3> while  in  the main  menu.   This is  the  same as  the 
  194. previous 2 sections put together.
  195.  
  196.  
  197.  
  198. Re-plot graph
  199.  
  200. Press <4>  while in  the main  menu.  This  will re-plot  the last 
  201. equation.
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208. Quit
  209.  
  210. Press <Q> while in the main menu.  This message will appear :
  211.  
  212. Are you sure (Y or N)
  213. If you do wish  to exit to the system, press  <Y>, otherwise press 
  214. <N> to get back to the main menu.
  215.  
  216.  
  217.  
  218. Screen Dumps
  219.  
  220. After the graph has been plotted, a message will appear :
  221.  
  222. Press <S> for screen dump, <CR> for menu.
  223. If you press <CR>  you will return to the main  menu.  If you press 
  224. <S> the current graph will be dumped to a parallel printer.
  225.  
  226.  
  227.  
  228. Errors
  229.  
  230. Errors can occur if  you type in the wrong thing.   After an error 
  231. has  been found,  you will  be returned  to the  main menu.   Most 
  232. errors are associated with numbers that  are to large.  To prevent 
  233. these errors occuring, try to use small values.
  234.  
  235. Most