j********g 发帖数: 5 | 1 如何生成附件中的matrix?
已经花了两天了还是没有头绪,高人指点啊. |
T*******n 发帖数: 493 | 2 Can you post a pic of this? I don't use Word, and OpenOffice
doesn't seem to be able to display it.
【在 j********g 的大作中提到】 : 如何生成附件中的matrix? : 已经花了两天了还是没有头绪,高人指点啊.
|
j********g 发帖数: 5 | 3 Matrix is shown in pdf file.
【在 T*******n 的大作中提到】 : Can you post a pic of this? I don't use Word, and OpenOffice : doesn't seem to be able to display it.
|
T*******n 发帖数: 493 | 4 Probably not the best solution, but it does what you want.
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\left[
\begin{array}{ccc}
1 & 0 & 0 \\
\vdots & \vdots & \vdots \\
1 & 0 & 0 \\
0 & 1 & 0 \\
\vdots & \vdots & \vdots \\
0 & 1 & 0 \\
0 & 0 & 1 \\
\vdots & \vdots & \vdots \\
0 & 0 & 1
\end{array}
\right]
\mkern-30mu
\begin{array}{c}
\left.\begin{array}{c}
\vphantom{0}\\\vphantom{\vdots}\\\vphantom{0}
\end{array}\right\} n_{\phantom{0}} \\
\left.\begin{array |
j********g 发帖数: 5 | 5 It woks so nice, thank you!
【在 T*******n 的大作中提到】 : Probably not the best solution, but it does what you want. : \documentclass{article} : \usepackage{amsmath} : \begin{document} : \begin{equation} : \left[ : \begin{array}{ccc} : 1 & 0 & 0 \\ : \vdots & \vdots & \vdots \\ : 1 & 0 & 0 \\
|