InflectionPoint Command

InflectionPoint( <Polynomial> )

Yields all inflection points of the polynomial as points on the function graph.

InflectionPoint[x^3] yields (0, 0).

CAS Syntax

InflectionPoint( <Function> )

Yields all inflection points of the function (where possible) as a list.

InflectionPoint[x exp(-x)] yields \( \left\{ \left(2, \frac{2}{\textit{e}^{2}} \right) \right\} \).