解 x、y (復數求解)
\left\{\begin{matrix}x=-\frac{BF-C^{2}}{AC-BD}\text{, }y=-\frac{CD-AF}{AC-BD}\text{, }&\left(B\neq 0\text{ or }C\neq 0\right)\text{ and }\left(C\neq 0\text{ or }D\neq 0\right)\text{ and }\left(C=0\text{ or }A\neq \frac{BD}{C}\text{ or }B=0\text{ or }D=0\right)\text{ and }A\neq 0\\x=-\frac{By-C}{A}\text{, }y\in \mathrm{C}\text{, }&A\neq 0\text{ and }F=\frac{BD^{2}}{A^{2}}\text{ and }C=\frac{BD}{A}\\x=\frac{BF-C^{2}}{BD}\text{, }y=\frac{C}{B}\text{, }&A=0\text{ and }D\neq 0\text{ and }B\neq 0\\x=\frac{F}{D}\text{, }y\in \mathrm{C}\text{, }&A=0\text{ and }D\neq 0\text{ and }C=0\text{ and }B=0\\x\in \mathrm{C}\text{, }y=B^{-\frac{1}{2}}\sqrt{F}\text{, }&A=0\text{ and }D=0\text{ and }B\neq 0\text{ and }C=\sqrt{B}\sqrt{F}\\x\in \mathrm{C}\text{, }y=-B^{-\frac{1}{2}}\sqrt{F}\text{, }&A=0\text{ and }D=0\text{ and }B\neq 0\text{ and }C=-\sqrt{B}\sqrt{F}\\x\in \mathrm{C}\text{, }y\in \mathrm{C}\text{, }&A=0\text{ and }D=0\text{ and }F=0\text{ and }B=0\text{ and }C=0\end{matrix}\right.
圖表
共享
已復制到剪貼板
Ax+By=C,Dx+Cy=F
使用代換法來解一對方程式的方法: 首先解出其中一個方程式的一個變數。然後使用結果取代另一個方程式中的該變數。
Ax+By=C
選擇其中一個方程式並使用下列方式解出 x: 將 x 單獨置於等號的左邊。
Ax=\left(-B\right)y+C
從方程式兩邊減去 By。
x=\frac{1}{A}\left(\left(-B\right)y+C\right)
將兩邊同時除以 A。
x=\left(-\frac{B}{A}\right)y+\frac{C}{A}
\frac{1}{A} 乘上 -By+C。
D\left(\left(-\frac{B}{A}\right)y+\frac{C}{A}\right)+Cy=F
在另一個方程式 Dx+Cy=F 中以 \frac{-By+C}{A} 代入 x在方程式。
\left(-\frac{BD}{A}\right)y+\frac{CD}{A}+Cy=F
D 乘上 \frac{-By+C}{A}。
\left(-\frac{BD}{A}+C\right)y+\frac{CD}{A}=F
將 -\frac{DBy}{A} 加到 Cy。
\left(-\frac{BD}{A}+C\right)y=-\frac{CD}{A}+F
從方程式兩邊減去 \frac{DC}{A}。
y=\frac{AF-CD}{AC-BD}
將兩邊同時除以 C-\frac{DB}{A}。
x=\left(-\frac{B}{A}\right)\times \frac{AF-CD}{AC-BD}+\frac{C}{A}
在 x=\left(-\frac{B}{A}\right)y+\frac{C}{A} 中以 \frac{FA-DC}{CA-DB} 代入 y。因為產生的方程式包含只有一個變數,您可以直接解出 x。
x=-\frac{B\left(AF-CD\right)}{A\left(AC-BD\right)}+\frac{C}{A}
-\frac{B}{A} 乘上 \frac{FA-DC}{CA-DB}。
x=\frac{C^{2}-BF}{AC-BD}
將 \frac{C}{A} 加到 -\frac{B\left(FA-DC\right)}{A\left(CA-DB\right)}。
x=\frac{C^{2}-BF}{AC-BD},y=\frac{AF-CD}{AC-BD}
現已成功解出系統。
Ax+By=C,Dx+Cy=F
將方程式以標準式表示,然後使用矩陣來解方程組。
\left(\begin{matrix}A&B\\D&C\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}C\\F\end{matrix}\right)
以矩陣形式撰寫方程式。
inverse(\left(\begin{matrix}A&B\\D&C\end{matrix}\right))\left(\begin{matrix}A&B\\D&C\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}A&B\\D&C\end{matrix}\right))\left(\begin{matrix}C\\F\end{matrix}\right)
方程式的兩邊在左方同時乘上 \left(\begin{matrix}A&B\\D&C\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}A&B\\D&C\end{matrix}\right))\left(\begin{matrix}C\\F\end{matrix}\right)
矩陣和反矩陣的乘積為單位矩陣。
\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}A&B\\D&C\end{matrix}\right))\left(\begin{matrix}C\\F\end{matrix}\right)
乘以等號左邊的矩陣。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}\frac{C}{AC-BD}&-\frac{B}{AC-BD}\\-\frac{D}{AC-BD}&\frac{A}{AC-BD}\end{matrix}\right)\left(\begin{matrix}C\\F\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}\frac{C}{AC-BD}C+\left(-\frac{B}{AC-BD}\right)F\\\left(-\frac{D}{AC-BD}\right)C+\frac{A}{AC-BD}F\end{matrix}\right)
矩陣相乘。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}\frac{BF-C^{2}}{BD-AC}\\\frac{CD-AF}{BD-AC}\end{matrix}\right)
計算。
x=\frac{BF-C^{2}}{BD-AC},y=\frac{CD-AF}{BD-AC}
解出矩陣元素 x 和 y。
Ax+By=C,Dx+Cy=F
為了使用消去法求解,兩個方程式中的其中一個變數其係數必須相同,這樣兩個方程式相減時才會消去該變數。
DAx+DBy=DC,ADx+ACy=AF
讓 Ax 和 Dx 相等的方法: 將第一個方程式兩邊的所有項目都乘上 D,以及將第二個方程式兩邊的所有項目都乘上 A。
ADx+BDy=CD,ADx+ACy=AF
化簡。
ADx+\left(-AD\right)x+BDy+\left(-AC\right)y=CD-AF
透過在等號兩邊減去同類項的方式,從 ADx+BDy=CD 減去 ADx+ACy=AF。
BDy+\left(-AC\right)y=CD-AF
將 DAx 加到 -DAx。 DAx 和 -DAx 項相互消去,方程式就會只剩下一個變數,很容易就可以解出。
\left(BD-AC\right)y=CD-AF
將 DBy 加到 -ACy。
y=\frac{CD-AF}{BD-AC}
將兩邊同時除以 DB-AC。
Dx+C\times \frac{CD-AF}{BD-AC}=F
在 Dx+Cy=F 中以 \frac{DC-AF}{DB-AC} 代入 y。因為產生的方程式包含只有一個變數,您可以直接解出 x。
Dx+\frac{C\left(CD-AF\right)}{BD-AC}=F
C 乘上 \frac{DC-AF}{DB-AC}。
Dx=\frac{D\left(BF-C^{2}\right)}{BD-AC}
從方程式兩邊減去 \frac{C\left(DC-AF\right)}{DB-AC}。
x=\frac{BF-C^{2}}{BD-AC}
將兩邊同時除以 D。
x=\frac{BF-C^{2}}{BD-AC},y=\frac{CD-AF}{BD-AC}
現已成功解出系統。
示例
二次方程式
{ 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}