poi
Syntax
poi(function, variable)
Description
Finds and classifies points of interest of function. Currently it
looks for
- Stationary Points
- Classified as either maximum, minimum or inflection point. If either of the former two appear in capital letters this indicates that the point is a global extremum. Otherwise it is local.
- Axes Intercepts
- These are classified according to which axis is intercepted.
- Asymptotes
- Only finds straight line asymptotes.
- Classified as either horizontal, vertical or oblique.
- Provides the equation of the asymptote.
- Endpoints
- Classified as either "open circle" (not part of function) or "closed circle" (part of function)
Warnings
Sometimes this function will miss points. This can happen because sometimes the built in solve function doesn't find all solutions. Vertical asymptotes are often missed.
This function is known to not work with some functions such as sec(x).
Parameters
function
The function to investigate.
variable
The variable in function.
Examples
n44 and n50 are integers.