|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DescriptorStateSpace
DescriptorStateSpace
is an option to StateSpaceModel that specifies whether to use descriptor or standard representation.
DetailsDetails
- In StateSpaceModel[{a, b, c, d, e}], the matrix e is the descriptor matrix.
- The equations governing continuous-time standard and descriptor state-space models are:
-

standard state space 
descriptor state space - Discrete-time systems have analogous forms
- The option can take the following values:
-
Automatic use descriptor only if
is singularFalse use standard state-space representation True use descriptor state-space representation
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
Invert the descriptor matrix to create a standard state-space model:
| In[1]:= |
| Out[1]= | ![]() |
Add an identity matrix to create a descriptor realization:
| In[1]:= |
| Out[1]= |
Obtain the descriptor StateSpaceModel:
| In[1]:= |
| Out[1]= |
By default, the standard form is obtained:
| In[2]:= |
| Out[2]= |
For singular systems, the descriptor form is obtained by default:
| In[1]:= |
| Out[1]= |
Because the descriptor matrix is singular, it is not possible to obtain the standard form:
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

