解 c、a、b
c=3
a=-3
b=0
共享
已復制到剪貼板
c=3
解 3=c 中的 c。
0=a-b+3 -9=4a+2b+3
在第二個與第三個方程式中以 3 代入 c。
a=b-3 b=-6-2a
解這些方程式以分別取得 a 與 b。
b=-6-2\left(b-3\right)
在方程式 b=-6-2a 中以 b-3 代入 a。
b=0
解 b=-6-2\left(b-3\right) 中的 b。
a=0-3
在方程式 a=b-3 中以 0 代入 b。
a=-3
從 a=0-3 計算 a。
c=3 a=-3 b=0
現已成功解出系統。
示例
二次方程式
{ 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}