Eliminate 命令

CAS 语法

Eliminate( <List of Polynomials>, <List of Variables> )

考虑由多项式定义的代数方程组,并在消去给定列表中的所有变量后计算等价的方程组。

Eliminate({x^2 + x, y^2 - x}, {x}) 得出 {\( y^{4} + y^{2} \)}。

另请参阅 GroebnerLexDeg 命令。