Problem: Given a continuous-time system represented by a transfer function \[ \frac {1}{s(s+0.5)}\] convert this representation to state space and sample the system at sampling period of \(1\) second, and then solve the discrete-time Riccati equation.
The Riccati equation is given by \[ A^{\prime }X+XA-XBR^{-1}B^{\prime }X+C^{\prime }C=0 \]
Let \(R=[3]\).
Mathematica
Matlab
Maple