题目
Problem
Given that
A=(2−2−1330)
and
B=102kk−32
where k is a non-zero constant,
(a) determine the matrix AB
(2)
(b) determine the value of k for which det(AB)=0
(3)
题目中文翻译
已知
A=(2−2−1330)
和
B=102kk−32
其中 k 为非零常数,
(a) 求矩阵 AB
(b) 求使 det(AB)=0 的 k 值
解答
(a)
解法一
思路
展开
矩阵 A 为 2×3,矩阵 B 为 3×2,所以 AB 是 2×2 矩阵。逐项进行“行乘列”运算并化简。
答题过程
展开
AB===(2−2−1330)102kk−32(2+6k−22k+3+6−2k−9)(2+6k−22k+9−2k−9).
(b)
解法一
思路
展开
对 (a) 的 2×2 矩阵求行列式并令其为零。因式分解后会得到两个候选值,其中 k=0 必须根据题设“k 非零”排除。
答题过程
展开
Using part (a),
det(AB)===(2+6k)(−2k−9)−(−2)(2k+9)−12k2−54k−6k(2k+9).
Therefore,
det(AB)=0
when
k=0ork=−29.
Since k is non-zero, k=0 is rejected. Hence
k=−29.