home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / mag_discs / 14 / pocketbook / GPlot / Manual < prev    next >
Text File  |  1994-12-18  |  6KB  |  306 lines

  1. Graph
  2. ~~~~~
  3.  
  4.  
  5. The graph plotting and mathematical package for the Psion series 3
  6.  (& Acorn PocketBook)
  7.  
  8.  
  9.  
  10. Installation
  11.  
  12.  
  13.  
  14. Copy Gplot.app to any \APP directory, copy Xgplot.app to the same
  15. \APP directory.  Install Gplot from the system screen using Acorn+I.
  16.  
  17.  
  18.  
  19. Use of Gplot
  20.  
  21.  
  22.  
  23. Gplot is shareware, this means if you use it you should register. 
  24. Registration will bring you updates for free, along with notification,
  25. by email.  Or for a minimal shipping charge by snail mail.
  26. Registraition is $10 in the USA or Pounds Sterling 5, in the UK, it can
  27. be registered on CompuServe using GO SWREG, I.D. 1956.  Cheques payable
  28. to M.C.Millar can be sent to
  29.  
  30. 28 Water End
  31. Clifton
  32. York
  33. YO3 6LP
  34. United Kingdom
  35.  
  36. Gplot is not crippled in any way, your only incentive to register is
  37. your concience and the desire to persuade me to produce more
  38. software.
  39.  
  40.  
  41.  
  42. Current Functions
  43.  
  44.  
  45.  
  46. 3 Windows for graphs, 1 full screen 2 half screen windows.
  47.  
  48. Plotting of any function that can be evaluated in "Calc".
  49.  
  50. Plotting of data points.
  51.  
  52. Linear fits of data points, with gradient, x intercept, y intercept
  53. and RMS error calculation.
  54.  
  55. Manipulation of data points by functions.
  56.  
  57. Editing, modification,  deletion and display of data points.
  58.  
  59. Numerical integration of functions using simpsions rule.
  60.  
  61. Solution of equations by Newton Raphson method.
  62.  
  63. Tracing of plotted functions with cursor.
  64.  
  65. Option to add scales at user defined intervals to the graphs.
  66.  
  67. Info screen with details of graphs.
  68.  
  69. Solution of simultaneous equations for systems of up to 32 variables.
  70.  
  71.  
  72.  
  73. Use of Gplot
  74.  
  75.  
  76.  
  77. After installation the Graph icon will appear on the system screen,
  78. below it will be listed any data files.  These files are held in the
  79. \OPD\GRAPH directory (this will be created if it doesn't exist). 
  80. Pressing Enter on any of these files will open it and start Gplot.
  81.  
  82. The active data file will be displayed in the status window on the
  83. right of the screen, if you do not wish to use the file functions
  84. then creation of a dummy file with no data points will safeguard
  85. data.
  86.  
  87. Pressing help will bring up information on all functions, these may
  88. be accessed by any of the following methods, pressing Menu, pressing
  89. Acorn+<key> where <key> is the hotkey listed to the right of the
  90. entry in the Menu or just <key>.  Exit (Acorn+X) is the only function
  91. that cannot be accessed by a single keypress.
  92.  
  93. Details of the functions follow
  94.  
  95.  
  96.  
  97. FILE
  98.  
  99.  
  100.  
  101. New (Acorn+N)
  102.  
  103. Creates then opens a new data file, closing the current open file
  104.  
  105.  
  106.  
  107. Open (Acorn+O)
  108.  
  109. Closes the current then opens an existing data file
  110.  
  111.  
  112.  
  113. MATH
  114.  
  115.  
  116.  
  117. Plot Graph (Acorn+G)
  118.  
  119. Allows a function to be plotted on one of the 3 avaliable windows. 
  120. This is any function that can be evaluated in Calc, acceptable
  121. variables are x,X,y,Y,q,Q these are all converted to q or Q for speed
  122. of calculation.
  123.  
  124.  
  125.  
  126. Info (Acorn+F)
  127.  
  128. This pops up a dialog with details of the ranges and functions of the
  129. graphs.
  130.  
  131.  
  132.  
  133. Integrate (Acorn+I)
  134.  
  135. This integrates a function (either from one of the graphs or
  136. specified) using Simpsons rule
  137.  
  138.  
  139.  
  140. Newton-Raphson (Acorn+W)
  141.  
  142. This solves equations using the Newton Raphson method, points either
  143. side of the desired root should be specified, these can be determined
  144. from the graph
  145.  
  146.  
  147.  
  148. Matrix Solution (Acorn+Q)
  149.  
  150. This solves sets of simultaneous linear algebraic equations, the
  151. coefficients are input in equation order, followed by the solutions
  152. to the equations.  Up to 32 variables are supported, if anyone wants
  153. to use greater than 32 variables then let me know and I'll recode it.
  154.  Good luck to you too!
  155.  
  156.  
  157.  
  158. GRAPH
  159.  
  160.  
  161.  
  162. Trace (Acorn+T)
  163.  
  164. This allows the function in a chosen window to be traced, keys while
  165. tracing are as follows:
  166.  
  167. With CapsLock ON
  168.  
  169.         Arrow keys move the cursor around the screen, Control jumps the
  170. cursor 5 pixels
  171.  
  172. With CapsLock OFF
  173.  
  174.         Left and Right move along the function
  175.  
  176.         Up and Down redraw the graph after having zoomed in/out
  177. respectively. 
  178.  
  179.         Enter redraws with the cursor now as the screen centre.
  180.  
  181.         Space toggles the status window from left to right.
  182.  
  183.  
  184.  
  185. Ranges (Acorn+R)
  186.  
  187. This allows you to set the ranges on the axis of the graphs
  188.  
  189.  
  190.  
  191. Scales (Acorn+C)
  192.  
  193. This puts tick marks on the axis at specified intervals
  194.  
  195.  
  196.  
  197. Show (Acorn+S)
  198.  
  199. Brings a chosen graph to the foreground
  200.  
  201.  
  202.  
  203. Hide (Acorn+H)
  204.  
  205. Moves a graph to the background
  206.  
  207.  
  208.  
  209. N.B. <Tab> will move all open windows to the background to view
  210. status window.
  211.  
  212.  
  213.  
  214. DATA
  215.  
  216.  
  217.  
  218. Plot (Acorn+P)
  219.  
  220. Plots the data in the current open file
  221.  
  222.  
  223.  
  224. Linear Fit (Acorn+L)
  225.  
  226. Fits a line of best fit to the data in the current file
  227.  
  228.  
  229.  
  230. Display (Acorn+D)
  231.  
  232. Displays the data in the current open file
  233.  
  234.  
  235.  
  236. Modify (Acorn+M)
  237.  
  238. Allows a function to act on X and Y values in the current file. 
  239. There is  special case X=Y this transposes the two ranges.
  240.  
  241.  
  242.  
  243. Edit (Acorn+E)
  244.  
  245. Allows addition, modification or deletion of points in the current
  246. file.
  247.  
  248.  
  249.  
  250. SPECIAL
  251.  
  252.  
  253.  
  254. About (Acorn+A)
  255.  
  256. Information about Gplot and registration.
  257.  
  258.  
  259.  
  260. Exit (Acorn+X)
  261.  
  262. Close open files and exit Gplot.
  263.  
  264.  
  265.  
  266.  
  267.  
  268. Disclaimer
  269.  
  270.  
  271.  
  272. Although I have fully tested this program and see no reason why it
  273. should cause problems I would still like to issue the following
  274. disclaimer.  This program is used entirely at the users risk, and any
  275. fault or loss of data caused by the use of this program will bet the 
  276. responsibility of the user and no liability will be placed upon
  277. M.Millar.
  278.  
  279.  
  280.  
  281. History
  282.  
  283.  
  284.  
  285. Version 0.82-0.83, added Escaping from graph plotting
  286.  
  287. V0.83-0.83.1, Fixed the jump to graph plot after linear fit.
  288.  
  289. V0.83.1-.2, Fixed the bug with -ve RMS means
  290.  
  291. V0.83.2-.3, Added x intercept display to Linear fit.
  292.  
  293. V0.83.3-.4, Fixed bug with plotting fitted graphs to windows other
  294. than Full screen.  Speeded up graph plotting by reducing number of
  295. significant figures to be parsed.
  296.  
  297. V0.83.4-.5, Added option to set X ranges before autoranging
  298.  
  299. V0.83.5-.6, Code refinements, commenting of code
  300.  
  301. V0.83.6-1.0, Made Gplot a type 2 APP, added trace, scales, zooming
  302. functions, Simultanous equation support, further commenting and
  303. algorythm improvements.  Shareware now.  Reorganised Menus to be more
  304. Psion compliant.
  305.  
  306.