New in Wolfram
Mathematica
8: Integrated Control Systems Design
◄
previous
|
next
►
Application Areas
Interactively Analyze System Behavior
Determine critical points of system behavior, such as break-away, break-in, and imaginary-axis crossings, using an interactive root-locus plot.
In[1]:=
X
Manipulate[ RootLocusPlot[ k (100 s (s + 10))/((s + 25) (s - 10) (s^2 - 225)), {k, 0, 30}, PlotRange -> All, AspectRatio -> 1, ImageSize -> 300, PoleZeroMarkers -> {Automatic, "ParameterValues" -> kVal}], {kVal, 0, 30}]
Out[1]=
Play Animation
»
Stop Animation
»