設\(a, b, c, d\)為實數。已知兩聯立方程組\(\begin{cases}ax + by = 2 \\ cx + dy = 1\end{cases}\)、\(\begin{cases}ax + by = -1 \\ cx + dy = -1\end{cases}\)的增廣矩陣經過相同的列運算後,分別得到\(\begin{bmatrix}1 & -1 & 3 \\ 0 & 1 & 2\end{bmatrix}\)、\(\begin{bmatrix}1 & -1 & 2 \\ 0 & 1 & -1\end{bmatrix}\)。求聯立方程組\(\begin{cases}ax + by = 0 \\ cx + dy = 1\end{cases}\)的解,即\(x = \_\_\_\),\(y = \_\_\_\)。
通過分析前兩個方程組的解,反推原係數:對第一個方程組,變換後解為\(x = 5\),\(y = 2\),代入\(\begin{cases}ax + by = 2 \\ cx + dy = 1\end{cases}\);對第二個方程組,變換後解為\(x = 1\),\(y = -1\),代入\(\begin{cases}ax + by = -1 \\ cx + dy = -1\end{cases}\)。解得\(a = 0\),\(b = 1\),\(c = -\frac{1}{7}\),\(d = \frac{6}{7}\)。代入所求方程組\(\begin{cases}ax + by = 0 \\ cx + dy = 1\end{cases}\),即\(\begin{cases}y = 0 \\ -\frac{1}{7}x + \frac{6}{7}y = 1\end{cases}\),解得\(x = -7\),\(y = 0\)。 報錯
ChatGPT DeepSeek