Linear System
Definition
x˙(t)=Ax(t)+Bu(t)+cy(t)=Cx(t)+Du(t)+k where x(t)∈Rn is the system state, u(t)∈Rm is the system input, y(t)∈Rp is the system output, and A∈Rn×n, B∈Rn, c∈Rn, C∈Rp×n, D∈Rp×m, k∈Rp.
Example
[x0˙x1˙]y=[−210−3][x0x1]+[11]u=[1 0][x0x1]