Eliminate Command

From GeoGebra Manual
Revision as of 11:11, 29 July 2015 by Zbynek (talk | contribs) (Text replace - "" to "")
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