您的位置:首页 > 产品设计 > UI/UE

matrix theory_basic results and techniques_exercise_1.2.10

2012-12-14 19:22 489 查看
Find the inverse of each of the following matrices:

1.
\begin{equation}A=
\begin{pmatrix}
1&a&0\\
0&1&0\\
0&b&1\\
\end{pmatrix}
\end{equation}

The determinant of this matrix is 1,so this matrix is invertible.
\begin{equation}
A^{*}=\begin{pmatrix}
A_{11}&A_{21}&A_{31}\\
A_{12}& A_{22}&A_{32}\\
A_{13}&A_{23}&A_{33}\\
\end{pmatrix}=\begin{pmatrix}
1&-a&0\\
0&1&0\\
0&-b&1\\
\end{pmatrix}
\end{equation}
So the inverse matrix is
\begin{equation}
\frac{A^{*}}{|A|}=A^{*}
\end{equation}$\Box$
2.
\begin{equation}B=
\begin{pmatrix}
1&1&0\\
0&1&1\\
0&0&1\\
\end{pmatrix}
\end{equation}
The determinant of this matrix is 1,so this matrix is also invertible.
\begin{equation}
B^{*}=\begin{pmatrix}
1&-1&1\\
0&1&-1\\
0&0&1\\
\end{pmatrix}
\end{equation}So the inverse matrix of $B$ is $B^{*}$.

3.
\begin{equation}
C=\begin{pmatrix}
1&1&0\\
1&1&1\\
0&1&1\\
\end{pmatrix}
\end{equation}
The determinant of $C$ is 0,so this matrix is not invertible.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: