求解 R 的值
R=ghm
m\neq 0\text{ and }g\neq 0
求解 g 的值
\left\{\begin{matrix}g=\frac{R}{hm}\text{, }&R\neq 0\text{ and }m\neq 0\text{ and }h\neq 0\\g\neq 0\text{, }&h=0\text{ and }R=0\text{ and }m\neq 0\end{matrix}\right.
共享
已复制到剪贴板
hgm=R
将方程式的两边同时乘以 gm。
R=hgm
移项以使所有变量项位于左边。
hgm=R
由于无法定义除以零,因此变量 g 不能等于 0。 将方程式的两边同时乘以 gm。
ghm=R
重新排列各项的顺序。
hmg=R
该公式采用标准形式。
\frac{hmg}{hm}=\frac{R}{hm}
两边同时除以 hm。
g=\frac{R}{hm}
除以 hm 是乘以 hm 的逆运算。
g=\frac{R}{hm}\text{, }g\neq 0
变量 g 不能等于 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}