math command

这是图片
这是图片
这是图片
这是图片
这是图片
这是图片
这是图片
这是图片
这是图片
这是图片
这是图片
这是图片

12.矩阵

1
2
3
4
5
6
7
\begin{Bmatrix}
1 & 2 & 3 & \cdots & 4 \\\\
5 & 6 & 7 & \cdots & 8 \\\\
\vdots&\vdots&\vdots&\ddots&\vdots\\\\
9&10&11&\cdots&12
\end{Bmatrix}
\tag{1}

1
2
3
4
5
\begin{bmatrix}
1 & 2 & 3 & \cdots & 4 \\\\
5 & 6 & 7 & \cdots & 8
\end{bmatrix}
\tag{2}

1
2
3
4
5
\begin{matrix}
1 & 2 & 3 & \cdots & 4 \\\\
5 & 6 & 7 & \cdots & 8
\end{matrix}
\tag{3}