retagged by
169 views
0 votes
0 votes

The state diagram of a system is shown below. A system is described by the state-variable equations

$$\dot{X}= AX+Bu;\:\: y = CX+Du$$

The state-variable equations of the system shown in the figure above are

  1. $\dot{X} = \begin{bmatrix} -1 & 0 \\ 1 & -1 \end{bmatrix}X + \begin{bmatrix} -1\\ 1 \end{bmatrix}u\:,\:\:\:\:y =\begin{bmatrix} 1&-1 \end{bmatrix}X + u$
  2. $\dot{X} = \begin{bmatrix} -1 & 0 \\ -1 & -1 \end{bmatrix}X + \begin{bmatrix} -1\\ 1 \end{bmatrix}u\:,\:\:\:\:y =\begin{bmatrix} -1& -1 \end{bmatrix}X + u$
  3. $\dot{X} = \begin{bmatrix} -1 & 0 \\ -1 & -1 \end{bmatrix}X + \begin{bmatrix} -1\\ 1 \end{bmatrix}u\:,\:\:\:\:y =\begin{bmatrix} -1& -1 \end{bmatrix}X - u$
  4. $\dot{X} = \begin{bmatrix} -1 & -1 \\ 0 & -1 \end{bmatrix}X + \begin{bmatrix} -1\\ 1 \end{bmatrix}u\:,\:\:\:\:y =\begin{bmatrix} 1& -1 \end{bmatrix}X - u$
retagged by

Please log in or register to answer this question.

Answer: