home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsf / gplot / XGPLOT.OPO / XGPLOT.txt
Text File  |  1994-01-20  |  4KB  |  188 lines

  1. OPLObjectFile**
  2. LOC::A:\OPL\XGPLOT.OPL
  3. Needs Graph.opa to run
  4. RANGE
  5. Full: X:O
  6.  Y:KO
  7.  Func: 
  8. Left: X:O
  9.  Y:KO
  10.  Func: 
  11. +    Right: X:O    
  12.  Y:KO
  13.  Func: 
  14. Gplot: Help(
  15. Overview(
  16. Math(
  17. Graphs(
  18. Data(
  19. Credits(
  20. Overview(
  21. +!Graph allows the plotting of data
  22. + points or mathematical functions
  23. +"Numerical Integration and Solution
  24. of equations is also supported
  25. Math(
  26. Plotting(
  27. Integration(
  28. +    Solutions(
  29. Plotting Functions 1/2(
  30. +"Any function that may be evaluated
  31. by "Calc" may be plotted.
  32. +#If the function is undefined at any
  33. + point you will be prompted for a
  34. value.
  35. Plotting Functions 2/2(
  36. Acceptable variables are:
  37. x,X,y,Y,q,Q
  38. +"These are all converted to "q" for
  39. increased speed of calculation.
  40. Integration of Functions(
  41. +"The integration uses Simpsons rule
  42. +!this approximates the function to
  43. +#a parabola through 3 equally spaced
  44. + points.  It's accuracy is of the
  45. +"order of the 4th derivative of the
  46. +#function multiplied by (step**5)/90
  47. Solution of Functions(
  48. This uses the Newton-Raphson
  49. + method for solution of equations
  50. +#The starting point for the solution
  51. +%should be carefully chosen to be near
  52. the desired solution.
  53. +$This can be estimated from the graph
  54. Graphs(
  55. About(
  56. Zooming(
  57. Tracing(
  58. Scales(
  59. graph
  60. Graphs(
  61. Three graphs are provided
  62. + A full screen display and 2 half
  63. screen windows
  64. +#Show may be used to view any of the
  65. +"graphs, Hide will hide any window,
  66. +!pressing "Tab" hides all windows.
  67. Zooming(
  68. +!The trace option allows graphs to
  69. +$be zoomed in or out by factors of 2.
  70. +(While the cursor is on the graph Up,Down
  71. +(or Enter redraw with the cursor position
  72. +$as the new centre.  Up expands, Down
  73. +)contracts and Enter redraws at same scale
  74. Tracing(
  75. + This allows a cursor to be moved
  76. +"around the graph.  Arrow keys move
  77. + one pixel, Control+Arrow moves 5
  78. pixels.  If Caps Lock is on the
  79. +#cursor is not bound to the function
  80. +(Esc quits, Space flips the cursor window
  81. Scales(
  82. + This adds tick marks to the axis
  83. of a graph at user specified
  84. intervals.
  85. Data analysis 1/2(
  86. +&Plot plots points in the current file.
  87. Linear fit fits a line with
  88. +&appropriate weightings, if weights are
  89. Zero an unweighted fit is used.
  90. +%Edit allows manipulation of points in
  91. the current file.
  92. Data analysis 2/2(
  93. +'Modify allows you to operate a function
  94. +&on a set of data points.  The function
  95. +&Can be anything that Calc can exaluate
  96. +%A special case is when the X function
  97. +(is given as Y, this transposes the X and
  98. Y values in the file.
  99. Credits(
  100. Thanks go to:
  101. The Oxford Physics Course
  102. +$Nik McDonald, for putting up with me
  103. +$Matt Millar - uv94002@black.ox.ac.uk
  104. Graph V1.0(
  105. +#Graph was written to provide the S3
  106. +%with the functionality of a graphical
  107. +%calculator and the ability to analyse
  108. experimental data.
  109. + It was first released in Feb '93
  110. +%This version was released on 20/01/94
  111. Graph V1.0(
  112. +)Graph is shareware, it costs 
  113. 5 in the UK
  114. +'or $10 in the USA.  Registration is via
  115. CompuServe GO SWREG or
  116. M.C.Millar, 28 Water End
  117. Clifton, York, YO3 6LP, U.K.
  118. Cheques payable to M.C.Millar
  119. PARSE$
  120. FUNC$
  121. RANGE
  122. Function
  123. Use Graph:+
  124. Full,Right,Other,Left
  125. Graph Ranges
  126. +    Min F(x):(
  127. +    Max F(x):(
  128. Min x:(
  129. Max x:(
  130. Function
  131. F(x)=
  132. Number of steps
  133. Steps)
  134. Error
  135. Can't do Zero steps+
  136. Integrating
  137. QC`[!
  138. {MA[e
  139. QC`[+
  140. Result
  141. Integral from
  142. Error: Function Undefined
  143. Give a value*
  144. Error: Function Undefined
  145. Give a value*
  146. Error: Function Undefined
  147. Give a value*
  148. Error: Function Undefined
  149. Give a value*
  150. Matrix solution
  151. +!Enter order of A an N by N matrix
  152. OrderO
  153. Matrix Solution
  154. Coefficient (
  155. @VB[%
  156. Matrix Solution
  157. Matrix Solution
  158. Vector solution 
  159. @VB[%
  160. Matrix Solution
  161. Calculating
  162. No non Zero values in matrixW8
  163. # 0[}
  164. ' 0[3
  165. # 0[3
  166. % D[y
  167. ' 0[,
  168. Solution
  169. Solution
  170. DUMMY8
  171. INFOl
  172. HMAIN
  173. MAIN2m
  174. MAIN32
  175. FUNC2
  176. FUNC3F
  177. FUNC4s
  178. MAIN4
  179. GRAPH2$
  180. GRAPH3!    
  181. GRAPH4T
  182. GRAPH5q
  183. MAIN5
  184. MAIN6(
  185. ABOUT
  186. INTEGR
  187. LUDCMP
  188.