@nrailgun
2015-12-17T19:20:02.000000Z
字数 1235
阅读 1950
强力软件
\begin{bmatrix}
a & \cdots & b \\
\vdots & \ddots & \vdots \\
c & \cdots & d
\end{bmatrix}
Besides pmatrix
, Bmatrix
, and vmatrix
works as well. Use smallmatrix
for inline matrix.
\begin{align}
a + b & = c \\
& = \sin(x)
\end{align}
f(n) = \begin{cases}
\frac n 2 & \text{$n$ is even} \\
\frac {n - 1} 2 & \text{otherwise}
\end{cases}
$$
\begin{array}{l|rc}
n & \text{name} & \text{age} \\
1 & \text{John} & 18 \\
1 & \text{A} & 17
\end{array}
$$
\left\{ \begin{array}{rcl}
x + y & = & 10 \\
y & = & 0
\end{array} \right.
\begin{array}{cl}
& A(x) + 1 = e^{-1} \\
\iff & f_x = 0 \\
\iff & g_x \ne 0
\end{array}
\newcommand{\aboutthesame}[2]{\mathcal #1 \cong \mathcal #2}
\aboutthesame A B
I Love It, :).