Question
Problem
Given that A and B are non-singular matrices and BAB=I, where I is the identity matrix,
(a) show that A=B−1B−1.
(1)
Given also that B=(3−4k−2k) where k is a non-zero constant,
(b) determine A in terms of k.
(4)
中文翻译
已知 A 和 B 是非奇异矩阵且 BAB=I,其中 I 是单位矩阵,
(a) 证明 A=B−1B−1。
(1)
进一步已知 B=(3−4k−2k),其中 k 是非零常数,
(b) 用 k 表示求 A。
(4)
解答
(a)
解法一
思路
展开
矩阵乘法不可任意交换顺序。对 BAB=I 左乘 B−1、右乘 B−1,相邻的 B−1B 与 BB−1 才能分别化为单位矩阵。
答题过程
展开
Starting with BAB=I, multiply on the left and on the right by B−1:
B−1(BAB)B−1=B−1IB−1.
Therefore,
(B−1B)A(BB−1)=IAI=B−1B−1B−1B−1.
Hence,
A=B−1B−1,
as required.
(b)
解法一
思路
展开
承接 (a),先用二阶矩阵公式求出 B−1,再计算 (B−1)2。题目给出 k=0,因此行列式 −2k 非零,逆矩阵存在。
答题过程
展开
First,
detB==3(−2k)−k(−4)−2k.
Since k=0,
B−1=−2k1(−2k4−k3).
Using part (a),
A===B−1B−14k21(−2k4−k3)(−2k4−k3)4k21(4k2−4k−8k+122k2−3k−4k+9).
解法二
思路
展开
由 (a) 可写成 A=(B2)−1。官方评分资料接受先计算 B2,再对所得矩阵直接使用二阶矩阵求逆公式。
答题过程
展开
From part (a),
A=B−1B−1=(B2)−1.
Now
B2==(3−4k−2k)(3−4k−2k)(9−4k−12+8k3k−2k2−4k+4k2).
Also,
det(B2)=(detB)2=4k2.
Therefore,
A=4k21(4k2−4k12−8k2k2−3k9−4k).