FunctionApproximations`
FunctionApproximations`
OrderStarPoles
is an option to OrderStarPlot that specifies whether poles of an approximant and the function to be approximated should be displayed.
Details and Options
- To use OrderStarPoles, you first need to load the Function Approximations Package using Needs["FunctionApproximations`"].
- A valid setting is a list of two elements. Each element may be True, False, or a list of points. The default setting is {True,True}.
- The first element specifies whether poles of the approximant are displayed. The second element specifies whether poles of the function to be approximated are displayed.
- With a setting of True, OrderStarPlot will use NSolve to find poles. In some cases, NSolve will be unable to find all of the poles. By giving a list of points instead of True, these points in addition to the poles found by NSolve will be displayed.