Difference between revisions of "NDerivative Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(;NDerivative( <Function>, <Order n> ))
 
Line 2: Line 2:
 
;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''.}}
+
:{{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 09: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