Difference between revisions of "Nroot Function"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}} {{function|NRoot}} ;nRoot( <Expression>, <N> ):Calculates the ''n''<sup>th</sup> root of a given e...")
 
Line 2: Line 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]].}}

Revision as of 23:03, 29 September 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