latex大括号公式

更多形式的大括号公式,参考:https://blog.csdn.net/miao0967020148/article/details/78712811

$$ 
x_{i}^{'}=
\left
\{
\begin{array}{rcl}
0 && \text{with probability p} \\
\frac{x_{i}}{1-p} && \text{otherwise} \\
\end{array} 
\right.
$$

\[x_{i}^{'}= \left \{ \begin{array}{rcl} 0 && \text{with probability p} \\ \frac{x_{i}}{1-p} && \text{otherwise} \\ \end{array} \right. \]

\text{}内可以直接打空格,否则用\quad表示空格,\qquad表示更大的空格

posted @ 2024-08-15 20:26  xjl_ultrasound  阅读(236)  评论(0)    收藏  举报