Difference between revisions of "Degree Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
(command syntax: changed [ ] into ( ))
 
(24 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|function}}
test
+
;Degree( <Polynomial> )
uu<noinclude>{{Manual Page|version=4.0}}<noinclude/>
+
:Gives the [[w:en:degree of a polynomial|degree of a polynomial]] (in the main variable).
{{command|function}}
+
:{{example|1= <code><nowiki>Degree(x^4 + 2 x^2)</nowiki></code> yields ''4''}}
;Degree[ <Polynomial> ]
+
==CAS Syntax==
:{{description}}
+
;Degree( <Polynomial> )
 +
:Gives the [[w:en:degree of a polynomial|degree of a polynomial]] (in the main variable or [[w:Monomial|monomial]]).
 +
:{{example|1= <div>
 +
:* <code><nowiki>Degree(x^4 + 2 x^2)</nowiki></code> yields ''4''
 +
:* <code><nowiki>Degree(x^6 y^3 + 2 x^2 y^3)</nowiki></code> yields ''9''</div>}}
 +
;Degree( <Polynomial>, <Variable> )
 +
:Gives the degree of a polynomial in the given variable.
 +
:{{example|1= <div>
 +
:* <code><nowiki>Degree(x^4 y^3 + 2 x^2 y^3, x)</nowiki></code> yields ''4''
 +
:* <code><nowiki>Degree(x^4 y^3 + 2 x^2 y^3, y)</nowiki></code> yields ''3''</div>}}

Latest revision as of 08:01, 9 October 2017


Degree( <Polynomial> )
Gives the degree of a polynomial (in the main variable).
Example: Degree(x^4 + 2 x^2) yields 4

CAS Syntax

Degree( <Polynomial> )
Gives the degree of a polynomial (in the main variable or monomial).
Example:
  • Degree(x^4 + 2 x^2) yields 4
  • Degree(x^6 y^3 + 2 x^2 y^3) yields 9
Degree( <Polynomial>, <Variable> )
Gives the degree of a polynomial in the given variable.
Example:
  • Degree(x^4 y^3 + 2 x^2 y^3, x) yields 4
  • Degree(x^4 y^3 + 2 x^2 y^3, y) yields 3
© 2024 International GeoGebra Institute