MC-CO-001 / MC

二阶系统能控性判定

能控性与能观性 / 能控性

Difficulty 2/5Importance 5/5Type 计算题Not started
View Mode

Practice hides the solution until you reveal it.

题目

A=(0123)A=\begin{pmatrix}0&1\\-2&-3\end{pmatrix}B=(01)B=\begin{pmatrix}0\\1\end{pmatrix},判断系统是否完全能控。

解法一:标准做法

AB=(1,3)TAB=(1,-3)^T,能控性矩阵 [B,AB]=(0113)[B,AB]=\begin{pmatrix}0&1\\1&-3\end{pmatrix} 的行列式为 1-1,秩为 2,故系统完全能控。

易错点

能控性矩阵按列拼接,且必须计算到 An1BA^{n-1}B

Finish the problem before checking the solution.

Review State

Record your result

Progress is stored in this browser.