home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / WA / WA833.ZIP / MATHGRAF.HLP < prev    next >
Text File  |  1991-10-19  |  4KB  |  166 lines

  1.  
  2. ________________________________________________
  3.  
  4. - Save, Save as, Open
  5.  
  6. These functions will save or load a graphics 
  7. definition file containing up to ten distinct
  8. curves. 
  9.  
  10. ________________________________________________
  11.  
  12. - About box
  13.  
  14. If you have a licensed copy and have entered
  15. your licence key, this will display the owner
  16. of this copy and the number of users covered
  17. by the licence. Otherwise the licensing 
  18. information will be displayed. 
  19.  
  20. ________________________________________________
  21.  
  22. - Copy 
  23.  
  24. This option copies the current graphic 
  25. window to the clipboard. The contents of the
  26. clipboard can then be pasted in other Windows
  27. graphics programs.
  28. ________________________________________________
  29.  
  30. - Origin
  31.  
  32. This function will redraw the current graphic
  33. without changing the interval size but centered
  34. at the origin.             
  35.  
  36. ________________________________________________
  37.  
  38. - Coordinates
  39.  
  40. The current coordinates of the mouse pointer
  41. are displayed on the screen.
  42. ________________________________________________
  43.  
  44. - Wider
  45.  
  46. This menu option will enlarge the x and y 
  47. range by a factor of two
  48.  
  49. ________________________________________________
  50.  
  51. - Zoom
  52.  
  53. This menu option permits to restrict
  54. the graphic interval. Press the left mouse
  55. button and drag the mouse while holding the
  56. button.
  57.  
  58. ________________________________________________
  59.  
  60.  
  61. - Function
  62.  
  63. The function must be in terms of x 
  64. only:  f(x).
  65.  
  66. It can contain:
  67.  
  68. - The variable x
  69. - Any real or integer constant
  70. - p (for PI)
  71. - e (for 2.7182818)
  72. - Any function abreviation listed in 
  73.   the function dialogue box
  74.  
  75. The function must be entered in POSTFIX  
  76. notation. i.e.: you can view the 
  77. function as being evaluated from left to
  78. right. And each time a number or a 
  79. variable is read, it is placed on top of a 
  80. stack. And each time an operator is read
  81. it is applied to the last two or one 
  82. numbers placed on the stack. Then the 
  83. result of the operation is placed on top
  84. of the stack. This method is identical
  85. to the one used some scientific
  86. calculators. There must be at least one
  87. space character between each element of
  88. the function.
  89.  
  90. examples:
  91.  
  92. __________________________________
  93.     infix        |     postfix
  94. _________________|________________
  95.  (3x + 2)        |     3 x * 2 +
  96. _________________|________________
  97.  x raised        |
  98.  to the power    |
  99.  of 3            |     x 3 ^
  100. _________________|________________
  101.  sin(x+2)        |     x 2 + s
  102. _________________|________________
  103.  abs(cos(3*x))   |     x 3 * c a
  104. _________________|________________
  105.  -x              |     x -1 *
  106. _________________|________________
  107.  x modulo 5      |     x 5 m
  108. _________________|________________
  109.  
  110. Note: To obtain -x, multiply x by -1
  111.  
  112. _____________________________________________
  113.  
  114. - Interval
  115.  
  116. xa,xb,ya,yb can be any real number where
  117. xa < xb and ya < yb
  118.  
  119. The numbers can be in decimal or exponential
  120. notation.
  121.  
  122. examples of valid numbers: 2
  123.                            34.99875
  124.                            2.1E-10
  125.  
  126. ______________________________________________
  127.  
  128. - Superimpose, New
  129.  
  130. Superimpose will draw the current function
  131. without erasing the screen. New erases
  132. before drawing.
  133.  
  134. ______________________________________________
  135.  
  136. - Options
  137.  
  138. Gives you the possibility to select one of nine
  139. combinations of pen width and resolution. 
  140. Select a large pen on very high resolution 
  141. screens. Graphics will be displayed much faster
  142. if you select a small pen and low resolution.
  143.  
  144. ______________________________________________
  145.  
  146. - Printing
  147.  
  148. A graphic can be printed by copying it to
  149. the clipboard with the copy option in the
  150. menu and then pasting it in a graphics
  151. package such as Micrografix Designer or
  152. Windows Paint. From there, the graphic can
  153. be sent to the printer.
  154.  
  155.   a: Draw your graph
  156.   b: Select the copy option in Mathgraf
  157.   c: Open your graphics package
  158.      (for example Paint)
  159.   d: Select the paste option in the edit
  160.      menu of Paint.
  161.   e: Modify the drawing or print it as it
  162.      is.
  163.  
  164. ______________________________________________
  165.