Difference between revisions of "Eliminate Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}} {{command|logical}} ;Eliminate[ <List of Polynomials>, <List of Variables> ]: Considers the algebr...")
 
(command syntax: changed [ ] into ( ))
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|logical}}
{{command|logical}}
+
==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( <List of Polynomials>, <List of Variables> )
{{example| 1=<div><code><nowiki>Eliminate[{x^2+x,y^2-x},{x}]</nowiki></code> yields {<math> y^{4} + y^{2} </math>}.
+
: Considers the algebraic equation system defined by the polynomials, and computes an equivalent system after eliminating all variables in the given list.
</div>}}
+
:{{example| 1=<code><nowiki>Eliminate({x^2 + x, y^2 - x}, {x})</nowiki></code> yields {<math> y^{4} + y^{2} </math>}.}}
 
{{Note| See also [[GroebnerLexDeg Command|GroebnerLexDeg]] command.}}
 
{{Note| See also [[GroebnerLexDeg Command|GroebnerLexDeg]] command.}}

Latest revision as of 10:49, 12 October 2017


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