| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Derivative Command
Syntax
- Derivative[function f]
- Derivative[function f, number n]
Action
Creates a new function that is the nth derivative of f. If n is not specified, it defaults to 1.
Notes
- The equation of the derivative will appear as a dependent object in the algebra window.
- A short-hand notation for Derivative[function f] is f '(x)
- A short-hand notation for Derivative[function f,2] is f ' '(x)
Examples