Operator
|
Description
|
Keyboard Shortcut
|
---|---|---|
Returns the nth derivative of f(t) with respect to t, and evaluated at point t.
• For numeric evaluation, n is a natural number between 0 and 5, inclusive.
• For symbolic evaluation, n can be any natural number.
|
Ctrl+Shift+D
|
|
Returns the nth partial derivative of f(t) with respect to t, and evaluated at point t.
• For numeric evaluation, n is a natural number between 0 and 5, inclusive.
• For symbolic evaluation, n can be any natural number.
|
Ctrl+D
|
|
Defines function g to be the 1st derivative of function f(t).
• You can cascade n prime operators to get the nth derivative.
• For numeric or symbolic evaluation you can have any number of prime operators. However, the symbolic evaluation calculation time is much faster.
|
Ctrl+' (Apostrophe)
|