Difference between revisions of "InflectionPoint Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(add InflectionPoint( <Function> ))
 
Line 3: Line 3:
 
: Yields all inflection points of the polynomial as points on the function graph.
 
: Yields all inflection points of the polynomial as points on the function graph.
 
:{{example|1=<div><code><nowiki>InflectionPoint[x^3]</nowiki></code> yields ''(0, 0)''.</div>}}
 
:{{example|1=<div><code><nowiki>InflectionPoint[x^3]</nowiki></code> yields ''(0, 0)''.</div>}}
 +
 +
==CAS Syntax==
 +
 +
; InflectionPoint( <Function> )
 +
: Yields all inflection points of the function (where possible) as a list.
 +
:{{example|1=<div><code><nowiki>InflectionPoint[x exp(-x)]</nowiki></code> yields <math> \left\{ \left(2, \frac{2}{\textit{e}^{2}} \right) \right\} </math>.</div>}}

Latest revision as of 10:39, 11 October 2022


InflectionPoint( <Polynomial> )
Yields all inflection points of the polynomial as points on the function graph.
Example:
InflectionPoint[x^3] yields (0, 0).


CAS Syntax

InflectionPoint( <Function> )
Yields all inflection points of the function (where possible) as a list.
Example:
InflectionPoint[x exp(-x)] yields \left\{ \left(2, \frac{2}{\textit{e}^{2}} \right) \right\} .
© 2024 International GeoGebra Institute