Latex 分段函数
时间:2016-06-09 10:56:08
收藏:0
阅读:177
Latex里面分段函数的输入:
\begin{equation}
P_{r-j}=
\begin{cases}
0&\mbox{if $r-j$ is odd}\\
r!\,(-1)^{(r-j)/2}&\mbox{if $r-j$ is even}
\end{cases}
\end{equation}
结果:
from: http://blog.sina.com.cn/s/blog_85dd2a2f01019yse.html
原文:http://www.cnblogs.com/GarfieldEr007/p/5572020.html
评论(0)