Eliminate Command

From GeoGebra Manual
Revision as of 10:09, 5 August 2015 by Markus.winkler (talk | contribs)
Jump to: navigation, search


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.
© 2024 International GeoGebra Institute