|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
JordanModelDecomposition
JordanModelDecomposition[ssm]
yields the Jordan decomposition of the state-space model ssm.
DetailsDetails
- The result is a list
, where p is a similarity matrix, and jc is the Jordan canonical form of ssm. - The state-space model ssm can be given as StateSpaceModel[{a, b, c, d}], where a, b, c, and d represent the state, input, output, and transmission matrices in either a continuous-time or a discrete-time system:
-

continuous-time system 
discrete-time system - The transformation
, where
is the new state vector, and
is a similarity matrix that spans the linearly independent eigenvectors of
, transforms the system into the Jordan canonical form: -
, 
continuous-time system
,
.discrete-time system - The new state matrix
is the Jordan canonical form of the old state matrix
.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Compute the Jordan decomposition of a state-space model:
| In[1]:= |
| Out[1]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


