|
|
||
|
|
| Mathematica Tutorial | Functions »|Tutorials »|More About » |
This defines the derivative of f (x) to be fp (x). In this case, you could have used = instead of :=.
|
|
|
|
|
|
|
| f'[x_]:=rhs | define the first derivative of f |
| Derivative[n][f][x_]:=rhs | define the nth derivative of f |
| Derivative[m,n,...][g][x_,_,...]:=rhs | |
| define derivatives of g with respect to various arguments | |
|
|
| © 2008 Wolfram Research, Inc. |