题目
Problem
- A=(3−2a−2)
where a is a non-zero constant and a=3
(a) Determine A−1 giving your answer in terms of a.
(2)
Given that A+A−1=I where I is the 2×2 identity matrix,
(b) determine the value of a.
(3)
题目中文翻译
- A=(3−2a−2)
其中 a 是非零常数且 a=3
(a) 求 A−1,答案用 a 表示。
已知 A+A−1=I,其中 I 是 2×2 单位矩阵,
(b) 求 a 的值。
解答
(a)
解法一
思路
展开
使用二阶矩阵的逆矩阵公式:交换主对角线元素,改变副对角线元素的符号,再除以行列式。
答题过程
展开
The determinant of A is
detA=3(−2)−a(−2)=2a−6.
Since a=3, the determinant is non-zero. Therefore,
A−1=2a−61(−22−a3).
(b)
解法一
思路
展开
把 (a) 的逆矩阵代入 A+A−1=I。比较矩阵右上角元素,并利用题设 a=0,即可直接求出 a。
答题过程
展开
Substituting the result from part (a),
A+A−1=(3−2a−2)+2a−61(−22−a3).
Since A+A−1=I, comparing the top-right elements gives
a−2a−6a=0.
Since a=0,
1−2a−61=0.
Hence
2a−6=1,
so
a=27.