|
Further Examples: RootReduce
RootReduce shows that this expression is equal to .
In[1]:= 
Out[1]= 
To get a Root object from performing algebraic operations on algebraic numbers, use RootReduce.
In[2]:= 
Out[2]= 
In[3]:= 
Out[3]= 
Here is a more complicated expression involving algebraic numbers.
In[4]:= 
Out[4]= 
Sometimes RootReduce gives a simple result. This is the product of the roots of the polynomial.
In[5]:= 
Out[5]= 
See also the Further Examples for Root.
|