This record defines a linear time invariant differential equation system in state space form:
der(x) = A * x + B * u
y = C * x + D * u
with
| Name | Description |
|---|---|
| 'constructor' | Default constructors for a StateSpace record |
| '-' | Contains operators for subtraction of state space systems |
| '+' | Parallel connection of two state space systems (= inputs are the same, outputs of the two systems are added) |
| '*' | Series connection of two state space systems |
| '==' | Check whether two linear systems have identical matrices |
| Import | Utility functions to import state space representations |