Basic Examples 
(2)
 

Take the numerical derivative of an exponential:
In[6]:=
[◼]
NDerivative
[Exp[x],x,1]
Out[6]=
2.71828
Take the numerical derivative of a trig power:
In[7]:=
[◼]
NDerivative
[
3
Cos[x]
,{x,2},0]
Out[7]=
-3.

Scope 
(1)
 


Generalizations & Extensions 
(1)
 


Options 
(16)
 


Applications 
(4)
 


Properties & Relations 
(3)
 


Neat Examples 
(1)
 
