|
SOLUTIONS
|
FUNCTION APPROXIMATIONS 程序包 符号
OrderStarInterpolation
is an option to OrderStarPlot that specifies whether interpolation points of an approximant to a function should be displayed.
更多信息更多信息
- To use
, you first need to load the Function Approximations Package using Needs["FunctionApproximations`"]. - Valid settings are True, False, or a list of points. The default setting is False.
- With the setting OrderStarInterpolation->True, OrderStarPlot will use NSolve to find points where the approximant agrees with the function.
- In some cases, NSolve will be unable to find all the interpolation points. By giving a list of points instead of True, these points in addition to the interpolation points found by NSolve will be displayed.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
