由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 请教:如何生成下列matrix
相关主题
数学公式一问如何实现这个公式
为啥公式标号没出来?how to add multiline subscripts under \sum_?
请教一个Latex公式输入问题。为什么 \neq 会出错呢?
如何让equation居左(left align)一个简单的数学公式排版问题
如何让align的一群equation跨越两页请问如何生成这样的矩阵
{ 几个公式左边有一个共同的大括号,怎么写这个括号呢?长箭头上方的字母怎么实现
underbrace的问题在矩阵下面写size
A strange bracket problem with large matrix.Re: LaTeX 大的分数斜线怎么打? (转载)
相关话题的讨论汇总
话题: vdots话题: begin话题: array话题: vphantom话题: matrix
进入TeX版参与讨论
1 (共1页)
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 \\

1 (共1页)
进入TeX版参与讨论
相关主题
Re: LaTeX 大的分数斜线怎么打? (转载)如何让align的一群equation跨越两页
请教 bibliography 字体和正文不同的问题{ 几个公式左边有一个共同的大括号,怎么写这个括号呢?
求助,毕业论文格式underbrace的问题
关于底边边距的问题A strange bracket problem with large matrix.
数学公式一问如何实现这个公式
为啥公式标号没出来?how to add multiline subscripts under \sum_?
请教一个Latex公式输入问题。为什么 \neq 会出错呢?
如何让equation居左(left align)一个简单的数学公式排版问题
相关话题的讨论汇总
话题: vdots话题: begin话题: array话题: vphantom话题: matrix