home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / DERIVE.ZIP / README < prev    next >
Encoding:
Text File  |  1990-03-09  |  3.6 KB  |  81 lines

  1.  
  2. An independently operated, electronic bulletin board has been established
  3. for the exchange of information concerning Derive.  Soft Warehouse will
  4. periodically check the board to answer technical questions.  The phone number
  5. in Illinois, U.S.A. is (217) 337-0926.    The board supports both 1200 and 2400
  6. baud modems (no parity, 8 data bits, 1 stop bit).
  7.  
  8.  
  9. The following features have recently been added to Derive:
  10.  
  11. 1.  The Expand command gives the partial fraction expansion of rational
  12.     functions.    Thus it can be used to get the quotient and remainder of
  13.     two polynomials.  For example, expanding
  14.  
  15.           2
  16.          x  + 3 x - 5            7
  17.         --------------      gives    - ------- + x + 1
  18.             x + 2              x + 2
  19.  
  20.     Thus the quotient is x+1 and the remainder is -7.  Note that if the
  21.     denominator of the remainder term is not equal to the original divisor
  22.     or if their is more than one remainder term, the remainder equals the
  23.     original dividend minus the quotient times the original divisor.
  24.  
  25. 2.  Limits (see Section 7.1) can be used to make a change of variable
  26.     when trying to find the antiderivative of an expression.  For example,
  27.     to enable Derive to integrate  x #e^x/(x+1)^2,  enter
  28.         LIM (INT (x #e^x/(x+1)^2, x), x, x-1)
  29.     and then replace x with x+1 in the simplified result.
  30.  
  31. 3.  If a vector is highlighted, the 2D-plot window now plots each element
  32.     of the vector, unless the vector has exactly two elements dependent on
  33.     one variable.  For example, try plotting the family of curves generated
  34.     by first simplifying the expression
  35.             VECTOR (x^n, n, 0, 1, 0.2)
  36.     Also note that a vector of data points can be plotted.  For example,
  37.     try plotting  [[0, 0.5], [0.2, 0.7], [0.3, -1.2]].
  38.  
  39. 4.  When plotting expressions in polar coordinates or plotting parametric
  40.     expressions (see Sections 5.3 & 5.4), the Plot command menu gives you
  41.     the option of plotting discrete points or plotting continuously.
  42.  
  43. 5.  The Options Display command's (see Section 5.1) "AT&T" and "T3100" adapter
  44.     options for AT&T 6300 and Toshiba 3100 and 5100 computers provide 640 by
  45.     400 line graphics.    Since these graphics modes do NOT support the extended
  46.     ASCII character set, Derive uses only standard ASCII characters to
  47.     display expressions created when in these modes.
  48.  
  49. 6.  The function NEXT_PRIME (k) returns the next prime number after k.
  50.  
  51. 7.  User-defined constants (see Section 4.10) are no longer displayed using
  52.     upper case letters.  Also constants can be assigned a value AFTER they
  53.     have been used in an expression.  Resimplify expressions containing a
  54.     reassigned constant to see the expressions new value.
  55.  
  56. 8.  Powers of any system or user-defined function can now be entered by
  57.     putting the power immediately after the function name.  For example,
  58.     entering  sin^2 x  is equivalent to  sin(x)^2  or  (sin x)^2.  As this
  59.     example shows, this can save having to type a pair of parentheses.
  60.  
  61.  
  62. The following MTH files on the Derive diskette have recently been added.
  63. These files can be loaded using a Transfer Load command (see Section 2.9).
  64. Each file contains extensive comments on how to use the functions defined
  65. in the file:
  66.  
  67. ODE1.MTH defines functions for solving 1st-order ordinary differential
  68.     equations.
  69.  
  70. ODE2.MTH defines functions for solving 2nd-order ordinary differential
  71.     equations.
  72.  
  73. RECUREQN.MTH defines functions for solving recurrence equations.
  74.  
  75. APPROX.MTH defines a function that computes Pade rational approximations to
  76.     expressions.
  77.  
  78.  
  79. NOTE: You can print this file by entering the DOS command:  TYPE README >PRN
  80. 
  81.