c を解く (複素数の解)
\left\{\begin{matrix}c=-\frac{Σ\left(mx-y\right)}{n}\text{, }&n\neq 0\\c\in \mathrm{C}\text{, }&\left(m=\frac{y}{x}\text{ and }x\neq 0\text{ and }n=0\right)\text{ or }\left(y=0\text{ and }x=0\text{ and }n=0\right)\text{ or }\left(Σ=0\text{ and }n=0\right)\end{matrix}\right.
m を解く (複素数の解)
\left\{\begin{matrix}m=-\frac{cn-yΣ}{xΣ}\text{, }&x\neq 0\text{ and }Σ\neq 0\\m\in \mathrm{C}\text{, }&\left(c=\frac{yΣ}{n}\text{ and }n\neq 0\text{ and }x=0\right)\text{ or }\left(y=0\text{ and }n=0\text{ and }x=0\right)\text{ or }\left(c=0\text{ and }n\neq 0\text{ and }Σ=0\text{ and }x\neq 0\right)\text{ or }\left(Σ=0\text{ and }n=0\right)\end{matrix}\right.
c を解く
\left\{\begin{matrix}c=-\frac{Σ\left(mx-y\right)}{n}\text{, }&n\neq 0\\c\in \mathrm{R}\text{, }&\left(m=\frac{y}{x}\text{ and }x\neq 0\text{ and }n=0\right)\text{ or }\left(y=0\text{ and }x=0\text{ and }n=0\right)\text{ or }\left(Σ=0\text{ and }n=0\right)\end{matrix}\right.
m を解く
\left\{\begin{matrix}m=-\frac{cn-yΣ}{xΣ}\text{, }&x\neq 0\text{ and }Σ\neq 0\\m\in \mathrm{R}\text{, }&\left(c=\frac{yΣ}{n}\text{ and }n\neq 0\text{ and }x=0\right)\text{ or }\left(y=0\text{ and }n=0\text{ and }x=0\right)\text{ or }\left(c=0\text{ and }n\neq 0\text{ and }Σ=0\text{ and }x\neq 0\right)\text{ or }\left(Σ=0\text{ and }n=0\right)\end{matrix}\right.
グラフ
共有
クリップボードにコピー済み
cn=Σy-mΣx
両辺から mΣx を減算します。
cn=-mxΣ+yΣ
項の順序を変更します。
nc=yΣ-mxΣ
方程式は標準形です。
\frac{nc}{n}=\frac{Σ\left(y-mx\right)}{n}
両辺を n で除算します。
c=\frac{Σ\left(y-mx\right)}{n}
n で除算すると、n での乗算を元に戻します。
mΣx=Σy-cn
両辺から cn を減算します。
xΣm=yΣ-cn
方程式は標準形です。
\frac{xΣm}{xΣ}=\frac{yΣ-cn}{xΣ}
両辺を Σx で除算します。
m=\frac{yΣ-cn}{xΣ}
Σx で除算すると、Σx での乗算を元に戻します。
cn=Σy-mΣx
両辺から mΣx を減算します。
cn=-mxΣ+yΣ
項の順序を変更します。
nc=yΣ-mxΣ
方程式は標準形です。
\frac{nc}{n}=\frac{Σ\left(y-mx\right)}{n}
両辺を n で除算します。
c=\frac{Σ\left(y-mx\right)}{n}
n で除算すると、n での乗算を元に戻します。
mΣx=Σy-cn
両辺から cn を減算します。
xΣm=yΣ-cn
方程式は標準形です。
\frac{xΣm}{xΣ}=\frac{yΣ-cn}{xΣ}
両辺を Σx で除算します。
m=\frac{yΣ-cn}{xΣ}
Σx で除算すると、Σx での乗算を元に戻します。
例
二次方程式の公式
{ 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}