Difference between revisions of "Nroot Function"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}}
 
 
{{function|NRoot}}
 
{{function|NRoot}}
;nRoot( <Expression>, <N> ):Calculates the ''n''<sup>th</sup> root of a given expression.  
+
;nroot( <Expression>, <N> ):Calculates the ''n''<sup>th</sup> root of a given expression.  
 
:{{Example|1=<br>  
 
:{{Example|1=<br>  
::*'''<code><nowiki>nRoot(16, 4)</nowiki></code>''' yields "2"
+
::*'''<code><nowiki>nroot(16, 4)</nowiki></code>''' yields "2"
::*'''<code><nowiki>nRoot(x^8, 2)</nowiki></code>''' yields ''(&#124;x&#124;)⁴''
+
::*'''<code><nowiki>nroot(x^8, 2)</nowiki></code>''' yields ''(&#124;x&#124;)⁴''
 
}}
 
}}
 
:{{Note|1=See also [[Predefined Functions and Operators]].}}
 
:{{Note|1=See also [[Predefined Functions and Operators]].}}

Revision as of 10:38, 12 December 2012

nroot( <Expression>, <N> )
Calculates the nth root of a given expression.
Example:
  • nroot(16, 4) yields "2"
  • nroot(x^8, 2) yields (|x|)⁴
© 2024 International GeoGebra Institute