Difference between revisions of "Degree Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 3: Line 3:
 
;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).
:{{example|1= <div><code><nowiki>Degree[x^4 + 2 x^2]</nowiki></code> yields ''4''.</div>}}
+
:{{example|1= <div><code><nowiki>Degree[x^4 + 2 x^2]</nowiki></code> yields ''4''</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
 
;Degree[ <Polynomial> ]
 
;Degree[ <Polynomial> ]
 
:Gives the [[w:en:degree of a polynomial|degree of a polynomial]] (in the main variable or [[w:Monomial|monomial]]).
 
:Gives the [[w:en:degree of a polynomial|degree of a polynomial]] (in the main variable or [[w:Monomial|monomial]]).
 
:{{example|1= <div>
 
:{{example|1= <div>
:* <code><nowiki>Degree[x^4 + 2 x^2]</nowiki></code> yields ''4'',
+
:* <code><nowiki>Degree[x^4 + 2 x^2]</nowiki></code> yields ''4''
:* <code><nowiki>Degree[x^6 + x y^3 + 2 x^2 - y^3]</nowiki></code> yields ''6''.
+
:* <code><nowiki>Degree[x^6 y^3 + 2 x^2 y^3]</nowiki></code> yields ''9''</div>}}
:* <code><nowiki>Degree[x^6 y^3 + 2 x^2 y^3]</nowiki></code> yields ''9''.</div>}}
 
 
;Degree[ <Polynomial>, <Variable> ]
 
;Degree[ <Polynomial>, <Variable> ]
 
:Gives the degree of a polynomial in the given variable.
 
:Gives the degree of a polynomial in the given variable.
 
:{{example|1= <div>
 
:{{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, x]</nowiki></code> yields ''4''
:* <code><nowiki>Degree[x^4 y^3 + 2 x^2 y^3, y]</nowiki></code> yields ''3''.</div>}}
+
:* <code><nowiki>Degree[x^4 y^3 + 2 x^2 y^3, y]</nowiki></code> yields ''3''</div>}}

Revision as of 11:24, 27 August 2013



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