Eliminate Command
From GeoGebra Manual
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.
- Example:
Eliminate({x^2 + x, y^2 - x}, {x})
yields { y^{4} + y^{2} }.
Note: See also GroebnerLexDeg command.