Eliminate Command
CAS Syntax
- Eliminate( <List of Polynomials>, <List of Variables> )
-
Considers the algebraic equation system defined by the polynomials, and computes an equivalent system after eliminating all variables in the given list.
Eliminate({x^2 + x, y^2 - x}, {x})
yields {\( y^{4} + y^{2} \)}.
See also GroebnerLexDeg command. |