首页题库 Q-Bank→ 向量与矩阵 SC04 · Matrices
→ 向量与矩阵 SC04 Matrices ★★★☆☆ 中等 Structured

SC04 Matrices 练习题

SC04 Matrices Practice Question

6. (a) 已知 $A = \begin{pmatrix} 1 & 2 & 0 \\ 0 & 1 & 1 \\ 2 & 3 & 1 \end{pmatrix}$ 的逆矩阵为 $A^{-1} = \begin{pmatrix} -1 & -1 & 1 \\ 1 & m & n \\ -1 & \frac{1}{2} & \frac{1}{2} \end{pmatrix}$ (i) 求 $m + n$ 的值。 (3%) (ii) 利用 (i) 的结果,解方程组 $\begin{cases} x + 2y = 5 \\ y + z = -1 \\ 2x + 3y + z = 5 \end{cases}$ (3%)

📌 考点:Matrices · 难度:中等

📌 Topic: Matrices · Difficulty: 中等

✅ 答案

✅ Answer

(i) m + n = 0, (ii) x = 1, y = 2, z = -3

✏️ 完整解题步骤

✏️ Step-by-Step Solution

1
To find the values of $m$ and $n$, we use the identity $A A^{-1} = I$, where $I$ is the identity matrix.
2
Multiplying the second row of $A$ by the second column of $A^{-1}$ gives the $(2,2)$ element of $I$, which is 1: $(0)(-1) + (1)(m) + (1)(\frac{1}{2}) = 1 \Rightarrow m + \frac{1}{2} = 1 \Rightarrow m = \frac{1}{2}$.
3
Multiplying the second row of $A$ by the third column of $A^{-1}$ gives the $(2,3)$ element of $I$, which is 0: $(0)(1) + (1)(n) + (1)(\frac{1}{2}) = 0 \Rightarrow n + \frac{1}{2} = 0 \Rightarrow n = -\frac{1}{2}$.
4
Thus, $m + n = \frac{1}{2} + (-\frac{1}{2}) = 0$.
5
The system of equations in part (ii) can be written in matrix form as $A \mathbf{x} = \mathbf{b}$, where $\mathbf{x} = \begin{pmatrix} x \\ y \\ z \end{pmatrix}$ and $\mathbf{b} = \begin{pmatrix} 5 \\ -1 \\ 5 \end{pmatrix}$.
6
Solving for $\mathbf{x}$ gives $\mathbf{x} = A^{-1} \mathbf{b}$. Substituting $m = \frac{1}{2}$ and $n = -\frac{1}{2}$ into $A^{-1}$, we get:
7
$\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} -1 & -1 & 1 \\ 1 & \frac{1}{2} & -\frac{1}{2} \\ -1 & \frac{1}{2} & \frac{1}{2} \end{pmatrix} \begin{pmatrix} 5 \\ -1 \\ 5 \end{pmatrix}$
8
Performing the matrix multiplication:
9
$x = (-1)(5) + (-1)(-1) + (1)(5) = -5 + 1 + 5 = 1$
10
$y = (1)(5) + (\frac{1}{2})(-1) + (-\frac{1}{2})(5) = 5 - 0.5 - 2.5 = 2$
11
$z = (-1)(5) + (\frac{1}{2})(-1) + (\frac{1}{2})(5) = -5 - 0.5 + 2.5 = -3$
12
The final solution is $x = 1, y = 2, z = -3$.

📚 同主题练习题

📚 Related Questions

🦆 想做更多 Matrices 题目?

🦆 Want more Matrices practice?

鸭鸭数学有完整题库,AI 即时批改,免费使用。

DuckMath has a full question bank with instant AI grading — free to use.

免费开始练习 → Start Practising Free →
→ 向量与矩阵
→ Vectors & Matrices

此题属于统考 SC04,单元:向量与矩阵, 考点:Matrices,难度:中等。

Subject: SC04 · Unit: Vectors & Matrices · Topic: Matrices · Level: 中等.

查看 向量与矩阵 讲义 → View Vectors & Matrices Notes →
💡 解题小贴士
💡 Quick Tips
  • 先审题,找出已知条件
  • 对照公式,选择合适方法
  • 写清步骤,避免丢分
  • 检查答案合理性
  • Read carefully, identify given info
  • Match the right formula/method
  • Show all working steps clearly
  • Check your answer makes sense