LA-MAT-001 / LA

含参矩阵方程的可解性判断

矩阵 / 矩阵方程

Difficulty 3/5Importance 5/5Type 计算题Not started
View Mode

Practice hides the solution until you reveal it.

题目

A=(1a11)A=\begin{pmatrix}1&a\\1&1\end{pmatrix}。讨论矩阵方程 AX=IAX=I 的可解性,并在可解时求 XX

考点

  • 方阵可逆条件
  • 含参矩阵分类讨论

解法一:标准做法

A=1a|A|=1-a。当 a1a\ne1AA 可逆,X=A1=11a(1a11)X=A^{-1}=\dfrac1{1-a}\begin{pmatrix}1&-a\\-1&1\end{pmatrix};当 a=1a=1AA 不可逆,方程无解。

易错点

写逆矩阵前必须先声明 a1a\ne1

Finish the problem before checking the solution.

Review State

Record your result

Progress is stored in this browser.