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

TypeNameDefaultDescription
StateSpacessStateSpace(A = [-1, 1; -1, -1], B = [1; 1], C = [1, 1], D = [0])
Modelica.Units.SI.TimeTs0.1Sample time
Modelica_LinearSystems2.Utilities.Types.MethodmethodModelica_LinearSystems2.Utilities.Types.Method.StepExactDiscretization method