RootSum
Usage
Notes
Further Examples
This gives the sum of the seventh powers of the roots of the quintic.
In[1]:=
|
Out[1]=
|
Here is the sum of the logarithms.
In[2]:=
|
Out[2]=
|
The sum of exponentials is not evaluated explicitly, but we can get its numerical value with N.
In[3]:=
|
Out[3]=
|
In[4]:=
|
Out[4]=
|
In[5]:=
|
In this polynomial the coefficients of the linear term is symbolic. We can get numerical results by substitution.
In[6]:=
|
Out[6]=
|
|