New in Wolfram
Mathematica
8: New and Improved Scientific and Information Visualization
◄
previous
|
next
►
Graphics & Visualization
Create Root Locus Plots
Create the root locus plots of functions or systems.
In[1]:=
X
Show[RootLocusPlot[ k (100 s (s + 10))/((s + 25) (s - 10) (s^2 - 225)), {k, 0, 30}, PlotRange -> All, Frame -> True, AspectRatio -> 1, MeshStyle -> White, PlotStyle -> (Directive[AbsoluteThickness[8], ColorData[17, #]] & /@ {2, 7, 4, 9}), PoleZeroMarkers -> {{Style["\[Cross]", White, 16], Style["\[FilledCircle]", White]}, "ParameterValues" -> 10}], Method -> {"AxesInFront" -> False}]
Out[1]=