functionanalysisEigenvalues
Compute the eigenvalues of a discrete state space system
Extends from Modelica.Icons.Function (Icon for functions).
Information
This example computes a discrete state space system from a continuous state space system. Consequently, the eigenvalues of both systems are computed and printed.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| StateSpace | ss | StateSpace(A = [-1, 1; -1, -1], B = [1; 1], C = [1, 1], D = [0]) | |
| Modelica.Units.SI.Time | Ts | 0.1 | Sample time |
| Modelica_LinearSystems2.Utilities.Types.Method | method | Modelica_LinearSystems2.Utilities.Types.Method.StepExact | Discretization method |