博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
matrix theory_basic results and techniques_exercise_1.2.10
阅读量:5743 次
发布时间:2019-06-18

本文共 1007 字,大约阅读时间需要 3 分钟。

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.

转载于:https://www.cnblogs.com/yeluqing/archive/2012/12/14/3827570.html

你可能感兴趣的文章
Django_4_视图
查看>>
Linux的netstat命令使用
查看>>
lvm讲解,磁盘故障小案例
查看>>
大快网站:如何选择正确的hadoop版本
查看>>
经过这5大阶段,你离Java程序员就不远了!
查看>>
IntelliJ IDEA 连接数据库详细过程
查看>>
thymeleaf 学习笔记-基础篇
查看>>
PHP-X开发扩展
查看>>
android学习笔记——onSaveInstanceState的使用
查看>>
工作中如何做好技术积累
查看>>
怎么用sysLinux做U盘双PE+DOS??
查看>>
Spring Transactional
查看>>
shell脚本实例
查看>>
我的友情链接
查看>>
Windows Phone 7 隔离存储空间资源管理器
查看>>
Microsoft Excel 2000/2003修复工具
查看>>
apache安装报错undefined reference ssl
查看>>
关于爱情只有一句忠告
查看>>
CentOS 7下安装部署Oracle11g图文教程
查看>>
F#初学笔记06
查看>>