看板LaTeX
標 題Re: [問題] 如何把矩陣某一列框起來
發信站(null) (Wed Dec 26 14:10:26 2012)
轉信站ptt!news.ntu!ctuews.n!news.nctu!stanfordtanford.edu!f6no3554581pbd.1!n
Try this
\begingroup
\renewcommand*{\arraystretch}{1.5}
\[
\left[
\begin{array}{rccl}
0&0&\cdots&0\\
\cline{1-4}
\multicolumn{1}{|c}{0}&0&\cdots&\multicolumn{1}{c|}{0}\\
\cline{1-4}
\vdots&\vdots&\ddots&\vdots\\
0&0&\cdots&0\\
\end{array}
\right]
\]
\endgroup
1F:推 moun9:甚厲害了, 弄出來的框框真漂亮!感恩 12/31 08:58
2F:→ moun9:可能太開心= =, 打錯字了! 12/31 08:59