I was wondering if anyone is familiar with an example of a practical / real system with the following ODE form:
$\dot{x}_1= a_{11} x_1$
$\dot{x}_2=a_{21} x_1 + a_{22} x_2 + b u$,
where $u$ is a control input to the system, $a_{11}, a_{21}, a_{22}, b$ are known constants.
I really appreciate examples such a system so that I can read up more about it. A link or paper would help too. Thank you.
UPDATE: I have seen papers in control systems, where examples of above ODE type are used. Refer: http://www.ijcas.org/admin/paper/files/4-3-2.pdf
This video about matrix methods for inhomegeneous systems sets up a real example for $u=u(t)$ concerning 2 connected vessels containing a chemical solution where the vessels have both inflowing and outflowing solution. The example begins at 27 minutes in.
The constant coefficients in the matrix arise from the physical situation modelled and that in the video is slightly more general in that respect than your system. However, if for example, considering the upper connecting pipe, there was a filter fitted so there was no flow of chemical from the right hand to the left hand tank, but still flow of solvent to maintain a filled left hand tank, then the corresponding coefficient in the matrix $a_{12}$ would be zero.