题目
Problem
- A=(p−2−5p+3)
(a) Determine the values of the constant p for which A is singular.
(3)
Given that p=3
(b) determine A−1
(3)
题目中文翻译
- A=(p−2−5p+3)
(a) 确定使 A 为奇异矩阵的常数 p 的值。
已知 p=3
(b) 求 A−1。
解答
(a)
解法一
思路
展开
矩阵奇异当且仅当行列式为零。先计算 detA,令它等于零,再解关于 p 的二次方程。
答题过程
展开
For A to be singular,
detA=0.
Thus
p(p+3)−(−5)(−2)=p2+3p−10=(p+5)(p−2)=0,0,0.
Therefore,
p=−5orp=2.
(b)
解法一
思路
展开
把 p=3 代入矩阵。对于二阶矩阵,先交换主对角线元素,再把副对角线元素变号,得到伴随矩阵;最后除以行列式。
答题过程
展开
When p=3,
A=(3−2−56).
Its determinant is
detA===3(6)−(−5)(−2)18−108.
Hence
A−1==detA1adj(A)81(6253).
Therefore,
A−1=81(6253).