Difference between revisions of "InflectionPoint Command"

From GeoGebra Manual
Jump to: navigation, search
m (improve category sort - generic version)
(add InflectionPoint( <Function> ))
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|function}}
{{command|function}}
+
; InflectionPoint( <Polynomial> )
; InflectionPoint[Polynomial]: 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>}}
 +
 
 +
==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