LaTeX技巧315:如何写出一个增广矩阵中的长坚虚线?

标签:
latex增广矩阵 |
分类: 数学公式 |
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

演示代码:
\usepackage{amsmath}
\usepackage{arydshln}
\[
\left[ {\begin{array}{c:c}
\begin{matrix}
1 & 12 & 3 & 8 \\
14 & 5 & 16 &21\\
7 & 18 & 9 &7 \\
23 & 0 & -1 &8\\
\end{matrix}&
\begin{matrix}
1 & 4 \\
2 & 5 \\
3 & 6 \\
13 & 26 \\
\end{matrix}
\end{array}} \right]
\]
也可参看The package easybmat来实现
http://www.ctex.org/documents/packages/math/docbmat.pdf