Mathematica 9 is now available

RootSum

Usage

RootSum[f, form] 表示对所有满足多项式方程 f[x] Equal 0 x form[x]的和.


Notes

f 必须是诸如(#^5 - 2 # + 1)&的一个Function对象.
form 不必是一个多项式函数.
Normal[expr]RootSum对象展开为包含 Root对象的显式和.
fform 可以包含符号参数.
• 只要form是一个有理函数,RootSum[f, form]将自动进行化简.
RootSum 常在计算有理函数的积分时生成.
• 参见Mathematica 全书: 3.4.3节.
• 同时参见: Root.
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]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.