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

本文共 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

你可能感兴趣的文章
空间最短路径,BFS(POJ3278)
查看>>
锻炼身体
查看>>
android 蓝牙连接端(客户端)封装
查看>>
混合切面类型
查看>>
Google AR 交互的开源与幕后
查看>>
一篇SSM框架整合友好的文章(三)
查看>>
iOS 触摸事件与手势识别器(Gesture Recognizers)
查看>>
iOS - UITextView在调用textViewDidChange方法,九宫格相关中文输入的问题
查看>>
jeesite异步分页
查看>>
JSON
查看>>
USB2.0学习笔记连载(十四):USB驱动安装及固件程序的编写
查看>>
自动化测试基础篇--Selenium Python环境搭建
查看>>
限制printk打印频率函数printk_ratelimit【转】
查看>>
日期格式转换 java 2016-09-03T00:00:00.000+08:00
查看>>
数据库--增、删、改、查(笛卡尔积)
查看>>
uni-app之用canvas画二维码实现分享
查看>>
手写堆
查看>>
LDAP基本概念
查看>>
webservice入门实例,CXF方式
查看>>
DS博客作业08--课程总结
查看>>