题目
Problem
The matrix M is given by
M=31−111pp22
where p is a real constant.
(a) Find the exact values of p for which M has no inverse.
Given that M does have an inverse,
(b) find M−1 in terms of p.
(9)
题目中文翻译
矩阵 M 定义为
M=31−111pp22
其中 p 为实常数。
(a) 求使 M 没有逆矩阵的 p 的精确值。
已知 M 有逆矩阵,
(b) 用 p 表示 M−1。
解答
(a)
解法一
思路
展开
矩阵没有逆矩阵当且仅当行列式为零。沿第一行展开 detM,化成关于 p 的二次式,再用求根公式得到两个精确值。
答题过程
展开
Expanding the determinant along the first row,
detM===31p22−1−122+p1−11p3(2−2p)−4+p(p+1)p2−5p+2.
For M to have no inverse, detM=0. Thus
p2−5p+2=p=0,25±25−8.
Therefore,
p=25+17orp=25−17.
(b)
解法一
思路
展开
先求全部余子式,再按棋盘符号得到代数余子式矩阵;将其转置得到伴随矩阵,最后除以 (a) 的行列式。题设已说明 M 可逆,所以分母不为零。
答题过程
展开
The matrix of minors is
2−2p2−p22−p46+p6−pp+13p+12.
Therefore, the matrix of cofactors is
2−2pp2−22−p−46+pp−6p+1−3p−12.
Hence
adjM=2−2p−4p+1p2−26+p−3p−12−pp−62.
Since M is invertible, p2−5p+2=0. Therefore,
M−1=p2−5p+212−2p−4p+1p2−26+p−3p−12−pp−62.