|
Further Examples: Sqrt
In[1]:= 
Out[1]= 
Sqrt will return a complex result when evaluating a negative argument.
In[2]:= 
Out[2]= 
This result is false if a and b are both negative, but you can do it anyway with PowerExpand.
In[3]:= 
Out[3]= 
This is the derivative.
In[4]:= 
Out[4]= 
This is the integral.
In[5]:= 
Out[5]= 
This is a series expansion around .
In[6]:= 
Out[6]= 
|