Difference between revisions of "Degree Command"

From GeoGebra Manual
Jump to: navigation, search
m
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|function}}
{{command|cas=true|function}}
 
 
;Degree[ <Polynomial> ]
 
;Degree[ <Polynomial> ]
 
:Gives the [[w:en:degree of a polynomial|degree of a polynomial]] (in the main variable).
 
:Gives the [[w:en:degree of a polynomial|degree of a polynomial]] (in the main variable).

Revision as of 16:09, 26 August 2015


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