题目
Problem
The matrix A is given by
A=221k222k2
where k is a constant.
(a) Determine the values of k for which A is singular.
Given that A is non-singular,
(b) find A−1, giving your answer in terms of k.
(6)
题目中文翻译
矩阵 A 定义为
A=221k222k2
其中 k 为常数。
(a) 求使 A 为奇异矩阵的 k 的值。
已知 A 为非奇异矩阵,
(b) 用 k 表示 A−1。
解答
(a)
解法一
思路
展开
矩阵奇异当且仅当其行列式为零。展开 detA,整理成关于 k 的二次方程并求根。
答题过程
展开
The matrix A is singular when detA=0.
Expanding along the first row,
detA====222k2−k21k2+221222(4−2k)−k(4−k)+2(4−2)k2−8k+12(k−2)(k−6).
Therefore detA=0 when
k=2ork=6.
(b)
解法一
思路
展开
使用 A−1=detA1adjA。先逐项计算代数余子式矩阵,再转置得到伴随矩阵;分母沿用 (a) 中求得的行列式。题设非奇异保证 k=2,6。
答题过程
展开
The cofactors are
C11=C13=C22=C31=C33=4−2k,2,2,k2−4,4−2k.C12=C21=C23=C32=k−4,4−2k,k−4,4−2k,
Thus the cofactor matrix is
C=4−2k4−2kk2−4k−424−2k2k−44−2k.
Therefore
adjA=CT=4−2kk−424−2k2k−4k2−44−2k4−2k.
Since k=2,6,
A−1=k2−8k+1214−2kk−424−2k2k−4k2−44−2k4−2k
is well-defined.