Difference between revisions of "NDerivative Command"

From GeoGebra Manual
Jump to: navigation, search
(;NDerivative( <Function>, <Order n> ))
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|function}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|function}}
;NDerivative[ <Function> ]
+
;NDerivative( <Function> )
 
:Plots the 1st derivative of the given function, calculated numerically.
 
:Plots the 1st derivative of the given function, calculated numerically.
 +
:{{example|1= <code>NDerivative(x^4+2x^3-2x+1)</code> plots in ''Graphics View'' the graph of the function f(x) = 4x³ + 6x² - 2, which is the first derivative of the given function. However, the equation of the plotted function is not shown in ''Algebra View''.}}
 +
;NDerivative( <Function>, <Order n> )
 +
:Plots the nth derivative of the given function, calculated numerically.

Latest revision as of 10:02, 12 August 2020


NDerivative( <Function> )
Plots the 1st derivative of the given function, calculated numerically.
Example: NDerivative(x^4+2x^3-2x+1) plots in Graphics View the graph of the function f(x) = 4x³ + 6x² - 2, which is the first derivative of the given function. However, the equation of the plotted function is not shown in Algebra View.
NDerivative( <Function>, <Order n> )
Plots the nth derivative of the given function, calculated numerically.
© 2024 International GeoGebra Institute