题目
Problem
The matrix M is defined by
M=(k+5−3−2k)
(a) Determine the values of k for which M is singular.
(2)
Given that M is non-singular,
(b) find M−1 in terms of k.
(2)
题目中文翻译
矩阵 M 定义为
M=(k+5−3−2k)
(a) 确定使 M 为奇异矩阵的 k 值。
已知 M 为非奇异矩阵,
(b) 用含 k 的式子表示 M−1。
解答
(a)
解法一
思路
展开
矩阵为奇异矩阵的充要条件是行列式等于零。求出 detM,令其为零并因式分解,即可得到所有符合条件的 k 值。
答题过程
展开
For M to be singular,
detM=0.
Therefore,
k(k+5)−(−2)(−3)=k2+5k−6=(k−1)(k+6)=0,0,0.
Hence,
k=1ork=−6.
(b)
解法一
思路
展开
使用二阶矩阵的逆矩阵公式:交换主对角线元素,并改变副对角线元素的符号,再除以行列式。由于已知矩阵非奇异,所得分母不为零。
答题过程
展开
Since M is non-singular,
k2+5k−6=0.
Using the inverse formula for a 2×2 matrix,
M−1=k2+5k−61×(k32k+5).