|
Further Examples: Denominator
Here is a numerator and denominator.
In[1]:= 
Out[1]= 
ComplexExpand shows that the denominator of this complex number is .
In[2]:= 
Out[2]= 
Denominator confirms this.
In[3]:= 
Out[3]= 
Denominator only evaluates expressions that are quotients.
In[4]:= 
Out[4]= 
Using Together allows Denominator to work on the resulting rational expression.
In[5]:= 
Out[5]= 
See the Further Examples for Numerator.
|