Statespaceform
Statespaceform is a formal representation of a linear dynamical system using a state vector and first-order dynamics. In continuous time, it is written as dx/dt = A x + B u and y = C x + D u, where x is the state vector, u is the input, and y is the output. In discrete time, the corresponding form is x_{k+1} = A x_k + B u_k and y_k = C x_k + D u_k. The matrices A, B, C, and D define the system dynamics, input coupling, and how the state maps to the output.
The state vector x collects the internal variables needed to describe the system’s evolution, while the matrices
Key concepts in statespaceform include controllability and observability. A system is controllable if inputs can drive
Applications include control design (state feedback, observers, and optimal controllers), system identification, and numerical simulation. The