Mathematica 9 is now available

Resultant

Usage

Resultant[ ,  , var] 关于变量var计算多项式   的结式.
Resultant[ ,  , var, Modulus->p] 计算模素数 p的结式.


Notes

• 首项系数都为1的两个多项式  的结式是多项式根之间所有差分 的乘积. 结式总是一个数或多项式.
• 参见Mathematica 全书: 3.3.4节.
• 同时参见: Subresultants, PolynomialGCD, Eliminate.
Further Examples

Here is the resultant with respect to y of two polynomials in x and y. The original polynomials have a common root in y only for values of x at which the resultant vanishes.

In[1]:=  

Out[1]=

Here Resultant is used to define Discriminant. The discriminant of a polynomial is the product of the squares of all the differences of the roots taken in pairs.

In[2]:=  

This gives the discriminant for a fifth degree polynomial.

In[3]:=  

Out[3]=

In[4]:=  



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.