home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e067 / 1.ddi / DERIVE.HLP < prev    next >
Encoding:
Text File  |  1989-01-24  |  15.0 KB  |  450 lines

  1. Line Editing Commands
  2.  
  3.   While authoring an expression, the text can be edited using the following line edit commands:
  4.  
  5.   Cursor movement commands:
  6. Ctrl-S     move left a character
  7. Ctrl-D     move right a character
  8. Ctrl-A     move left a word
  9. Ctrl-F     move right a word
  10. Ctrl-Q S   move to left end of line
  11. Ctrl-Q R   move to right end of line
  12.  
  13.   Text deletion commands:
  14. Backspace  delete char left of cursor
  15. Ctrl-H     delete char left of cursor
  16. Del        delete char at the cursor
  17. Ctrl-G     delete char at the cursor
  18. Ctrl-Y     delete whole line
  19. Ctrl-Q Y   delete right end of line
  20.  
  21.   Miscellaneous commands:
  22. Enter      enter line of text
  23. Esc        abort edit and return to menu
  24. Ins        toggle insert/overwrite modes
  25. Ctrl-V     toggle insert/overwrite modes
  26. F3         insert highlighted expression
  27. F4         insert highlighted expression
  28.              surrounded by parentheses
  29.  
  30.   On PC compatible computers, the following Greek letters can be entered by holding down the Alt key while pressing the corresponding Latin (English) letter:
  31. Alt-A  alpha            Alt-M  mu
  32. Alt-B  beta             Alt-P  pi
  33. Alt-G  Gamma            Alt-S  sigma
  34. Alt-D  delta            Alt-T  tau
  35. Alt-N  epsilon          Alt-F  Phi
  36. Alt-H  Theta            Alt-O  Omega
  37.  
  38.   On PC compatible computers, the following mathematical constants and functions can be entered by holding down the Alt key while pressing the corresponding letter:
  39. Alt-E  #e    base of the natural logs
  40. Alt-I  #i    square root of -1
  41. Alt-Q  SQRT  square root function
  42.  
  43.  
  44. Functions, Constants, and Operators
  45.  
  46.   Derive knows how to approximate and/or simplify the following mathematical functions, constants, and operators.  In approximate mode and given numeric arguments, they are approximated numerically to the current precision level.
  47.  
  48.   Otherwise they are simplified algebraically using powerful transformations.  Many transformations are applied automatically; some are applied only when you request them by issuing a Manage command.
  49.  
  50. Constants:
  51.   #e          base of the natural logarithms
  52.   #i          square root of -1
  53.   pi          circle's circumference to diameter ratio
  54.   deg         radians per degree
  55.   inf         positive infinity
  56.  
  57. Operators:
  58.   - z         minus z
  59.   z + w       z plus w
  60.   z - w       z minus w
  61.   z * w       z times w
  62.   z w         z times w
  63.   z / w       z divided by w
  64.   z ^ w       z raised to the power w
  65.   z %         z percent = z/100
  66.   z !         z factorial
  67.  
  68. Exponential Functions:
  69.   #e          base of the natural logarithms
  70.   EXP (z)     #e raised to the power z
  71.   SQRT (z)    square root of z
  72.  
  73. Logarithmic Functions:
  74.   LN (z)      natural log of z
  75.   LOG (z)     natural log of z
  76.   LOG (z, w)  log of z to the base w
  77.  
  78. Trigonometric Functions:
  79.   pi          circle's circumference to diameter ratio
  80.   deg         radians per degree
  81.   SIN (z deg) sine of z degrees
  82.   SIN (z)     sine of z radians
  83.   COS (z)     cosine of z radians
  84.   TAN (z)     tangent of z radians
  85.   COT (z)     cotangent of z radians
  86.   SEC (z)     secant of z radians
  87.   CSC (z)     cosecant of z radians
  88.  
  89. Inverse Trigonometric Functions (radians):
  90.   ASIN (z)    angle whose sine is z
  91.   ACOS (z)    angle whose cosine is z
  92.   ATAN (z)    angle whose tangent is z
  93.   ACOT (z)    angle whose cotangent is z
  94.   ATAN (y, x) angle of the point (x,y)
  95.   ACOT (x, y) angle of the point (x,y)
  96.   ASEC (z)    angle whose secant is z
  97.   ACSC (z)    angle whose cosecant is z
  98.  
  99. Hyperbolic Functions:
  100.   SINH (z)    hyperbolic sine of z
  101.   COSH (z)    hyperbolic cosine of z
  102.   TANH (z)    hyperbolic tangent of z
  103.   COTH (z)    hyperbolic cotangent of z
  104.   SECH (z)    hyperbolic secant of z
  105.   CSCH (z)    hyperbolic cosecant of z
  106.  
  107. Inverse Hyperbolic Functions:
  108.   ASINH (z)   inverse hyperbolic sine of z
  109.   ACOSH (z)   inverse hyperbolic cosine of z
  110.   ATANH (z)   inverse hyperbolic tangent of z
  111.   ACOTH (z)   inverse hyperbolic cotangent of z
  112.   ASECH (z)   inverse hyperbolic secant of z
  113.   ACSCH (z)   inverse hyperbolic cosecant of z
  114.  
  115. Complex Variable Functions:
  116.   #i              square root of -1
  117.   ABS (z)         absolute value of z
  118.   SIGN (z)        sign of z
  119.   RE (z)          real part of z
  120.   IM (z)          imaginary part of z
  121.   CONJ (z)        complex conjugate of z
  122.   PHASE (z)       phase angle of z
  123.   STEP (x)        1 if x>0;  0 if x<0
  124.   CHI (a, x, b)   1 if a<x<b;  0 if x<a or x>b
  125.   MAX (x, y, ...) maximum of arguments
  126.   MIN (x, y, ...) minimum of arguments
  127.  
  128. Probability Functions:
  129.   z!          z factorial
  130.   GAMMA (z)   gamma of z
  131.   PERM (z, w) permutations of z things taken w at a time
  132.   COMB (z, w) combinations of z things taken w at a time
  133.  
  134. Statistical Functions:
  135.   AVERAGE (z1, ..., zn)  arithmetic mean (average)
  136.   RMS (z1, ..., zn)      root mean square
  137.   VAR (z1, ..., zn)      variance
  138.   STDEV (z1, ..., zn)    standard deviation
  139.   ERF (z)                error function
  140.   ERF (z, w)             generalized error function
  141.   ERFC (z)               complementary error function
  142.   NORMAL (z, m, s)       normal distribution function with
  143.                            mean m and standard deviation s
  144.  
  145. Financial Functions:
  146.   PVAL (i, nper, pmt, fval, time)  present value of contract
  147.   FVAL (i, nper, pmt, pval, time)  future value of contract
  148.   PMT (i, nper, pval, fval, time)  periodic payment of contract
  149.   NPER (i, pmt, pval, fval, time)  number of payment periods of contract
  150.  
  151. Calculus Functions:
  152.   LIM (u, x, a)        limit of u as x approaches a from above
  153.   LIM (u, x, a, t)     limit of u as x approaches a from below
  154.   DIF (u, x)           derivative of u wrt x
  155.   DIF (u, x, n)        nth order derivative of u wrt x
  156.   TAYLOR (u, x, a, n)  nth order Taylor approximation of u about a
  157.   INT (u, x)           antiderivative of u wrt x
  158.   INT (u, x, a, b)     definite integral of u wrt x from a to b
  159.   SUM (u, n)           antidifference of u wrt n
  160.   SUM (u, n, k, m)     definite sum of u as n goes from k to m
  161.   PRODUCT (u, n)       antiquotient of u wrt n
  162.   PRODUCT (u, n, k, m) definite product of u as n goes from k to m
  163.  
  164. Matrix Functions:
  165.   A`          transpose of matrix A
  166.   A . B       dot product of matrices A and B
  167.   A ^ -1      inverse of square matrix A
  168.   DET (A)     determinant of square matrix A
  169.   CHARPOLY (A, x)  characteristic polynomial of square matrix A
  170.   EIGENVALUES (A, x)  eigenvalues of square matrix A
  171.   DIMENSION (V)  number of elements of vector V
  172.   IDENTITY_MATRIX (n)  n-by-n identity matrix
  173.  
  174. Equation Solving Functions:
  175.   u = v                   u equals v
  176.   u /= v                  u not equal v
  177.   u < v                   u less than v
  178.   u <= v                  u less than or equal to v
  179.   u > v                   u greater than v
  180.   u >= v                  u greater than or equal to v
  181.   SOLVE (u, x)            solve  u = 0  for x
  182.   SOLVE (u = v, x)        solve  u = v  for x
  183.   SOLVE (u = v, x, a, b)  solve  u = v  for x in [a, b]
  184.  
  185.  
  186. Algebra Window Command Menu
  187.  
  188.   To issue a menu option command, press the Space bar until the desired command is highlighted, then press the Enter key.  Alternatively, type the letter that is capitalized in the desired command.
  189.  
  190.   The following gives the page in the Derive Manual that describes each of the Algebra window's command menu options.
  191.  
  192. 10  Author        enter a new expression
  193. 20  Build         combine expressions
  194.  
  195.     Calculus
  196. 78    Differentiate differentiate an expression
  197. 80    Integrate     integrate an expression
  198. 77    Limit         limit of an expression
  199. 84    Product       find a closed form product
  200. 83    Sum           find a closed form sum
  201. 79    Taylor        find a Taylor approximation
  202.  
  203.     Declare
  204. 42    Constant    declare a constant's value
  205. 43    Function    declare a function's definition
  206. 40    Variable    declare a variable's domain
  207. 86    Matrix      declare a matrix
  208. 85    vectoR      declare a vector
  209.  
  210. 32  Expand        expand an expression
  211. 35  Factor        factor an expression
  212.  
  213. 11  Help          help on
  214. 10    Editing       line editing commands
  215. 67    Functions     functions and constants
  216. 8     Algebra       algebra window commands
  217. 52    2D-plot       2D-plot window commands
  218. 62    3D-plot       3D-plot window commands
  219. 14    State         current state of system
  220. 12    Return        return to Derive
  221.  
  222. 17  Jump          highlight an expression
  223. 46  soLve         solve an equation
  224.  
  225.     Manage
  226. 34    Branch        principal vs real roots
  227. 67    Exponential   exponential transforms
  228. 68    Logarithm     logarithmic transforms
  229. 31    Ordering      variable ordering
  230. 38    Substitute    substitute in an expression
  231. 69    Trigonometry  trigonometric transforms
  232.  
  233.     Options
  234.       Color
  235.         Menu      set menu, message, and status line colors
  236.         Work      set expression area colors
  237. 49    Display     set display mode
  238. 12    Execute     execute DOS command
  239. 27    Input       set variable name input mode
  240. 10    Mute        mute audible error beeps
  241. 24    Notation    set numeric notation style
  242. 23    Precision   set arithmetic precision mode
  243. 25    Radix       set input and output radix bases
  244.  
  245. 51  Plot          plot an expression
  246. 12  Quit          quit Derive
  247. 21  Remove        remove expressions
  248. 17  Simplify      simplify an expression
  249.  
  250.     Transfer
  251. 13    Merge       merge expressions from file
  252. 13    Clear       clear expressions from window
  253. 13    Demo        simplify expressions from file
  254. 13    Load        read expressions from file
  255. 13    Save        write expressions to file
  256.       Print
  257. 13      Printer   print expressions to printer
  258. 13      File      print expressions to file
  259. 14      Options   set printer height and width
  260.       sTate
  261. 14      Load      load state from file
  262. 14      Save      save state in file
  263.  
  264. 21  moVe          move expressions
  265.  
  266.     Window
  267. 59    Close       close a window
  268. 59    Designate   designate window's type
  269. 60    Flip        flip overlaid windows
  270. 59    Goto        go to a given window
  271. 59    Next        go to next window
  272. 60    Open        open a window
  273. 59    Previous    go to previous window
  274.       Split       split window
  275. 59      Horizontal  horizontally
  276. 59      Vertical    vertically
  277.  
  278. 25  approX        approximate an expression
  279.  
  280.  
  281. 2D-plot Window Command Menu
  282.  
  283.   To issue a menu option command, press the Space bar until the desired command is highlighted, then press the Enter key.  Alternatively, type the letter that is capitalized in the desired command.
  284.  
  285.   The following gives the page in the Derive Manual that describes each of the 2D-plot window's command menu options.
  286.  
  287. 54  Algebra      switch to an Algebra window
  288. 54  Center       center window over cross
  289.  
  290.     Delete       delete from the plot list
  291. 55    All        all expressions
  292. 55    Butlast    all but the last expression
  293. 55    First      the first expression
  294. 55    Last       the last expression
  295.  
  296. 11  Help          help on
  297. 10    Editing       line editing commands
  298. 67    Functions     functions and constants
  299. 8     Algebra       algebra window commands
  300. 52    2D-plot       2D-plot window commands
  301. 62    3D-plot       3D-plot window commands
  302. 14    State         current state of system
  303. 12    Return        return to Derive
  304.  
  305. 52  Move         move the cross to coordinates
  306.  
  307.     Options
  308. 55    Accuracy   set plot accuracy
  309.       Color
  310. 56      Plot     set plot and axes colors
  311.         Menu     set menu, message, and status line colors
  312.         Work     set plot area background color
  313. 49    Display    set display mode
  314. 12    Execute    execute DOS command
  315. 10    Mute       mute audible error beeps
  316. 24    Notation   set numeric notation style
  317. 23    Precision  set arithmetic precision mode
  318. 25    Radix      set input and output radix bases
  319.       Type       select rectangular or polar plot type
  320.  
  321. 51  Plot         plot highlighted expression
  322. 12  Quit         quit Derive
  323. 54  Scale        set plot scale
  324. 53  Ticks        set aspect ratio
  325.  
  326.     Window
  327. 59    Close       close a window
  328. 59    Designate   designate window's type
  329. 60    Flip        flip overlaid windows
  330. 59    Goto        go to a given window
  331. 59    Next        go to next window
  332. 60    Open        open a window
  333. 59    Previous    go to previous window
  334.       Split       split window
  335. 59      Horizontal  horizontally
  336. 59      Vertical    vertically
  337.  
  338. 53    Zoom         zoom plot scale in or out
  339.  
  340.   Pressing the F9 function key zooms both axes in.  F10 zooms both axes out.
  341.  
  342.   On PC compatible computers, pressing the F5 function key switches to the previous display mode as set by an Options Display command.  F5 is a fast way to switch between text and graphics display modes.
  343.  
  344.  
  345. 3D-plot Window Command Menu
  346.  
  347.   To issue a menu option command, press the Space bar until the desired command is highlighted, then press the Enter key.  Alternatively, type the letter that is capitalized in the desired command.
  348.  
  349.   The following gives the page in the Derive Manual that describes each of the 3D-plot window's command menu options.
  350.  
  351. 54  Algebra      switch to an Algebra window
  352. 64  Center       set coordinates of box center
  353. 64  Eye          set coordinates of viewer's eye
  354. 64  Focal        set coordinates of focal point
  355. 63  Grids        set the number of grid panels
  356. 63  Hide         control display of hidden lines
  357. 64  Length       set length of sides of box
  358.  
  359.     Options
  360. 62    Axes       control display of axes
  361.       Color
  362. 64      Plot     set top, bottom, and axes color
  363.         Menu     set menu, message, and status line colors
  364.         Work     set plot area background color
  365. 49    Display    set display mode
  366. 12    Execute    execute DOS command
  367. 10    Mute       mute audible error beeps
  368. 24    Notation   set numeric notation style
  369. 23    Precision  set arithmetic precision mode
  370. 25    Radix      set input and output radix bases
  371.  
  372. 61  Plot         plot highlighted expression
  373. 12  Quit         quit Derive
  374.  
  375.     Window
  376. 59    Close       close a window
  377. 59    Designate   designate window's type
  378. 60    Flip        flip overlaid windows
  379. 59    Goto        go to a given window
  380. 59    Next        go to next window
  381. 60    Open        open a window
  382. 59    Previous    go to previous window
  383.       Split       split window
  384. 59      Horizontal  horizontally
  385. 59      Vertical    vertically
  386.  
  387. 64  Zoom         zoom box side lengths in or out
  388.  
  389.  
  390. Current State of System
  391.  
  392. Precision mode
  393. *PRECISION*
  394. Precision digits
  395. *PRECISION-DIGITS*
  396. Notation style
  397. *NOTATION*
  398. Notation digits
  399. *NOTATION-DIGITS*
  400. Input radix base
  401. *INPUT-BASE*
  402. Output radix base
  403. *OUTPUT-BASE*
  404. Input mode
  405. *INPUT-MODE*
  406.  
  407. Branch selection
  408. *BRANCH*
  409. Logarithms
  410. *LOG-EXPD*
  411. Exponentials
  412. *EXP-EXPD*
  413. Trig functions
  414. *TRIG-EXPD*
  415. Trig powers toward
  416. *TRIG-SQR*
  417.  
  418. Rows per tick mark
  419. *ROWS/TICK*
  420. Columns per tick mark
  421. *COLS/TICK*
  422. 2D plotting accuracy
  423. *PLOT-ACCURACY*
  424. Axes color
  425. *AXES-COLOR*
  426. 3D top color
  427. *TOP-COLOR*
  428. 3D bottom color
  429. *BOTTOM-COLOR*
  430.  
  431. Frame color
  432. *FRAME-COLOR*
  433. Option color
  434. *OPTION-COLOR*
  435. Prompt color
  436. *PROMPT-COLOR*
  437. Status color
  438. *STATUS-COLOR*
  439. Menu background color
  440. *MENU-BACKGROUND*
  441. Border color
  442. *BORDER-COLOR*
  443.  
  444. Work color
  445. *WORK-COLOR*
  446. Work background color
  447. *WORK-BACKGROUND*
  448. Video mode
  449. *VIDEO-MODE*
  450.