|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ControllabilityGramian[ssm]
gives the controllability Gramian of the state-space model ssm.
Details and OptionsDetails and Options
- The state-space model ssm can be given as StateSpaceModel[{a, b, ...}], where a and b represent the state and input matrices in either the continuous-time system or the discrete-time system:
-

continuous-time system 
discrete-time system - The controllability Gramian:
-

continuous-time system 
discrete-time system - For asymptotically stable systems, the Gramian
can be computed as the solution of a Lyapunov equation: -

continuous-time system 
discrete-time system - For a StateSpaceModel with a descriptor matrix, ControllabilityGramian returns a pair of matrices
, where
is associated with the slow subsystem, and
is associated with the fast subsystem. - The controllability Gramians only exist for descriptor systems in which Det[
e-a]≠0 for some
.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
The controllability Gramian of a state-space model:
| In[1]:= |
Out[1]//MatrixForm= | |
New in 8 | Last modified in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
