LaTeX

  • 十字分割 \[ \begin{array}{c|c} 1 & 2 \\ \hline 3 & 4 \end{array} \]
  • 矩阵 \[ A_{m,n} = \begin{pmatrix} a_{1,1} & a_{1,2} & \cdots & a_{1,n} \\ a_{2,1} & a_{2,2} & \cdots & a_{2,n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m,1} & a_{m,2} & \cdots & a_{m,n} \end{pmatrix} \]
  • public/math/latex.txt
  • 最后更改: 2024/05/17 16:13
  • oakfire