|
SOLUTIONS
|
FUNCTION APPROXIMATIONS 程序包 符号
OrderStarPlot
![]()
draws the order star depicting the region where
for the functions r and f.
![]()
draws the order star where r and f are functions of z.
更多信息更多信息
- To use
, you first need to load the Function Approximations Package using Needs["FunctionApproximations`"].
by default draws the region in the complex plane where
. With the setting OrderStarKind->Second,
draws the region in the complex plane where Re[r-f]<0.
has the same options as ContourPlot, with the following additions and changes:-
Axes True whether to draw axes AxesOrigin {0,0} where axes should cross ColorFunction GrayLevel[1-#/2]& how to color stable and unstable regions FrameTicks None where to place frame tick marks PlotPoints 80 initial number of sample points PlotRange Automatic range of values to include Ticks None where to place tick marks AspectRatio Automatic ratio of height to width OrderStarInterpolation False whether to display points where 
OrderStarKind First which kind of order star to draw OrderStarLegend False whether to include a plot legend OrderStarPoles {True,True} whether to indicate poles of r and f OrderStarZeros {True,True} whether to indicate zeros of r and f OrderStarSymbolSize 0.05 size of symbols OrderStarSymbolThickness 0.05 line thickness of symbols
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
