home *** CD-ROM | disk | FTP | other *** search
-
- An independently operated, electronic bulletin board has been established
- for the exchange of information concerning Derive. Soft Warehouse will
- periodically check the board to answer technical questions. The phone number
- in Illinois, U.S.A. is (217) 337-0926. The board supports both 1200 and 2400
- baud modems (no parity, 8 data bits, 1 stop bit).
-
-
- The following features have recently been added to Derive:
-
- 1. The Expand command gives the partial fraction expansion of rational
- functions. Thus it can be used to get the quotient and remainder of
- two polynomials. For example, expanding
-
- 2
- x + 3 x - 5 7
- -------------- gives - ------- + x + 1
- x + 2 x + 2
-
- Thus the quotient is x+1 and the remainder is -7. Note that if the
- denominator of the remainder term is not equal to the original divisor
- or if their is more than one remainder term, the remainder equals the
- original dividend minus the quotient times the original divisor.
-
- 2. Limits (see Section 7.1) can be used to make a change of variable
- when trying to find the antiderivative of an expression. For example,
- to enable Derive to integrate x #e^x/(x+1)^2, enter
- LIM (INT (x #e^x/(x+1)^2, x), x, x-1)
- and then replace x with x+1 in the simplified result.
-
- 3. If a vector is highlighted, the 2D-plot window now plots each element
- of the vector, unless the vector has exactly two elements dependent on
- one variable. For example, try plotting the family of curves generated
- by first simplifying the expression
- VECTOR (x^n, n, 0, 1, 0.2)
- Also note that a vector of data points can be plotted. For example,
- try plotting [[0, 0.5], [0.2, 0.7], [0.3, -1.2]].
-
- 4. When plotting expressions in polar coordinates or plotting parametric
- expressions (see Sections 5.3 & 5.4), the Plot command menu gives you
- the option of plotting discrete points or plotting continuously.
-
- 5. The Options Display command's (see Section 5.1) "AT&T" and "T3100" adapter
- options for AT&T 6300 and Toshiba 3100 and 5100 computers provide 640 by
- 400 line graphics. Since these graphics modes do NOT support the extended
- ASCII character set, Derive uses only standard ASCII characters to
- display expressions created when in these modes.
-
- 6. The function NEXT_PRIME (k) returns the next prime number after k.
-
- 7. User-defined constants (see Section 4.10) are no longer displayed using
- upper case letters. Also constants can be assigned a value AFTER they
- have been used in an expression. Resimplify expressions containing a
- reassigned constant to see the expressions new value.
-
- 8. Powers of any system or user-defined function can now be entered by
- putting the power immediately after the function name. For example,
- entering sin^2 x is equivalent to sin(x)^2 or (sin x)^2. As this
- example shows, this can save having to type a pair of parentheses.
-
-
- The following MTH files on the Derive diskette have recently been added.
- These files can be loaded using a Transfer Load command (see Section 2.9).
- Each file contains extensive comments on how to use the functions defined
- in the file:
-
- ODE1.MTH defines functions for solving 1st-order ordinary differential
- equations.
-
- ODE2.MTH defines functions for solving 2nd-order ordinary differential
- equations.
-
- RECUREQN.MTH defines functions for solving recurrence equations.
-
- APPROX.MTH defines a function that computes Pade rational approximations to
- expressions.
-
-
- NOTE: You can print this file by entering the DOS command: TYPE README >PRN