Eliminate Command

From GeoGebra Manual
Revision as of 17:15, 7 October 2017 by Zbynek (talk | contribs) (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
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