\left\{ \begin{array} { l } { x + 3 = y } \\ { x - 2 y = 5 } \end{array} \right.
求解 x, y 的值
x=-11
y=-8
图表
共享
已复制到剪贴板
x+3-y=0
考虑第 1 个公式。 将方程式两边同时减去 y。
x-y=-3
将方程式两边同时减去 3。 零减去任何数都等于该数的相反数。
x-y=-3,x-2y=5
要使用代入法解一对方程式,则先要对其中一个方程式求解一个变量。然后用所得解替换另一个方程式的同一个变量。
x-y=-3
选择其中一个方程式并对 x 进行求解,方法是进行移项,使等号左边仅留 x。
x=y-3
在等式两边同时加 y。
y-3-2y=5
用 y-3 替换另一个方程式中 x-2y=5 中的 x。
-y-3=5
将 -2y 加上 y。
-y=8
在等式两边同时加 3。
y=-8
两边同时除以 -1。
x=-8-3
用 -8 替换 x=y-3 中的 y。由于所得方程式中仅包含一个变量,因此可以直接求得 x 的解。
x=-11
将 -8 加上 -3。
x=-11,y=-8
系统现在已得到解决。
x+3-y=0
考虑第 1 个公式。 将方程式两边同时减去 y。
x-y=-3
将方程式两边同时减去 3。 零减去任何数都等于该数的相反数。
x-y=-3,x-2y=5
将等式化为标准形式,然后使用矩阵求解方程组。
\left(\begin{matrix}1&-1\\1&-2\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-3\\5\end{matrix}\right)
将方程式表示为矩阵形式。
inverse(\left(\begin{matrix}1&-1\\1&-2\end{matrix}\right))\left(\begin{matrix}1&-1\\1&-2\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}1&-1\\1&-2\end{matrix}\right))\left(\begin{matrix}-3\\5\end{matrix}\right)
用 \left(\begin{matrix}1&-1\\1&-2\end{matrix}\right) 的逆矩阵左乘公式。
\left(\begin{matrix}1&0\\0&1\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}1&-1\\1&-2\end{matrix}\right))\left(\begin{matrix}-3\\5\end{matrix}\right)
矩阵及其逆的乘积为单位矩阵。
\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}1&-1\\1&-2\end{matrix}\right))\left(\begin{matrix}-3\\5\end{matrix}\right)
将等号左边的矩阵相乘。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-\frac{2}{-2-\left(-1\right)}&-\frac{-1}{-2-\left(-1\right)}\\-\frac{1}{-2-\left(-1\right)}&\frac{1}{-2-\left(-1\right)}\end{matrix}\right)\left(\begin{matrix}-3\\5\end{matrix}\right)
对于 2\times 2 矩阵 \left(\begin{matrix}a&b\\c&d\end{matrix}\right),反向矩阵为 \left(\begin{matrix}\frac{d}{ad-bc}&\frac{-b}{ad-bc}\\\frac{-c}{ad-bc}&\frac{a}{ad-bc}\end{matrix}\right),因此矩阵公式可以重写为矩阵乘法问题。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}2&-1\\1&-1\end{matrix}\right)\left(\begin{matrix}-3\\5\end{matrix}\right)
执行算术运算。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}2\left(-3\right)-5\\-3-5\end{matrix}\right)
矩阵相乘。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-11\\-8\end{matrix}\right)
执行算术运算。
x=-11,y=-8
提取矩阵元素 x 和 y。
x+3-y=0
考虑第 1 个公式。 将方程式两边同时减去 y。
x-y=-3
将方程式两边同时减去 3。 零减去任何数都等于该数的相反数。
x-y=-3,x-2y=5
为了通过消除项来求解,必须使两个方程式中某个变量的系数相同以便使用一个等式减去另一个等式时,该变量可被消去。
x-x-y+2y=-3-5
用 x-y=-3 减去 x-2y=5,运算方法是在两个等式的等号两边分别进行同类项减法运算。
-y+2y=-3-5
将 -x 加上 x。 项 x 和 -x 消去,剩下一个仅含一个变量的可求解的方程式。
y=-3-5
将 2y 加上 -y。
y=-8
将 -5 加上 -3。
x-2\left(-8\right)=5
用 -8 替换 x-2y=5 中的 y。由于所得方程式中仅包含一个变量,因此可以直接求得 x 的解。
x+16=5
求 -2 与 -8 的乘积。
x=-11
将等式的两边同时减去 16。
x=-11,y=-8
系统现在已得到解决。
示例
二次方程式
{ x } ^ { 2 } - 4 x - 5 = 0
三角学
4 \sin \theta \cos \theta = 2 \sin \theta
线性方程
y = 3x + 4
算术
699 * 533
矩阵
\left[ \begin{array} { l l } { 2 } & { 3 } \\ { 5 } & { 4 } \end{array} \right] \left[ \begin{array} { l l l } { 2 } & { 0 } & { 3 } \\ { -1 } & { 1 } & { 5 } \end{array} \right]
联立方程
\left. \begin{cases} { 8x+2y = 46 } \\ { 7x+3y = 47 } \end{cases} \right.
微分
\frac { d } { d x } \frac { ( 3 x ^ { 2 } - 2 ) } { ( x - 5 ) }
积分
\int _ { 0 } ^ { 1 } x e ^ { - x ^ { 2 } } d x
限制
\lim _{x \rightarrow-3} \frac{x^{2}-9}{x^{2}+2 x-3}