|
Further Examples: Sin
You can compute exact values of trigonometric functions.
In[1]:= 
Out[1]= 
You can convert trigonometric functions to their equivalent exponential form.
In[2]:= 
Out[2]= 
This is the derivative.
In[3]:= 
Out[3]= 
This is the integral.
In[4]:= 
Out[4]= 
This is the series expansion around to order .
In[5]:= 
Out[5]= 
You can use FunctionExpand to evaluate Sin at complicated rational multiples of .
In[6]:= 
Out[6]= 
|