| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
InflectionPoint Command
Syntax
InflectionPoint[polynomial P]
Action
Yields all inflection points of the polynomial as points on the function graph.
Notes
- To get these points as list, use the syntax {InflectionPoint[P]}
- For non-polynomial functions throws "Unhandled ValidExpression".
Example
InflectionPoint[x^3+3x^2+3x+3] yields (-1,2).
See also