【发布时间】:2021-07-05 02:06:37
【问题描述】:
我已经为方程组输入了代码,但我不确定问题所在,因为它与左边的间距不同,你能帮我纠正这个不均匀的间距
\begin{eqnarray}
L(x) &=& T_e(x) - T_i(x)\\
\label{eq:latencymsg}
L_{avg} &=& 1/N \sum_{n=1}^{N} L(x)\\
\label{eq:latencymsgavg}
\begin{cases}
\frac{1}{b-a}&\text{for $L(x)\in[a,b]$}\\
0&\text{otherwise}\\
\end{cases}\\
\begin{cases}
0&\text{for $L(x)<a$}\\
\frac{x-a}{b-a}&\text{for $L(x)\in[a,b)$}\\
1&\text{for $L(x)\ge b$}
\end{cases}
\end{eqnarray}
【问题讨论】:
-
请制作一个可编译的minimal reproducible example