|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
TransferFunctionPoles[tfm]
gives a matrix of roots of the denominators in the TransferFunctionModel tfm.
TransferFunctionPoles[tfm, reg]
only gives the roots inside the region reg on the complex plane.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
| In[1]:= |
| Out[1]= |
The poles for specific values of damping ratio and natural frequency:
| In[2]:= |
| Out[2]= |
The poles of a MIMO system are the poles of the elements of the transfer function:
| In[1]:= |
| Out[1]= |
Time-delay systems may have an infinite number of poles:
| In[1]:= |
| Out[1]= |
But they always have a finite number of poles in a bounded region:
| In[2]:= |
| Out[2]= |
New in 8 | Last modified in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

