KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › 행렬 크기 조절

lhjibis | 2017.01.19 11:27:20 | 메뉴 건너뛰기 쓰기

안녕하세요? 새해 복 많이 받으세요.

 

행렬을 작성해봤는데 9*9 사이즈라 그런지 컴파일했을때 넘 크게 나타나지내요. 혹시 크기를 줄일 수 있는 방법이 있을까요?

\begin{equation*}
S(r)=\left(\begin{array}{ccccccccc}
{2\cot(2r)} & 0             & 0               & 0            & {\cdots}   & 0             & 0           & {\cdots}  & 0\\
0               & 0             & 0               & 0            & {\cdots}   & 0             & 0           & {\cdots}  & 0 \\
0               & 0             & 0               & 0            & {\cdots}   & 0             & 0           & {\cdots}  & 0 \\
0               & 0             & 0               & {-\tan(r)} & {\cdots}   & 0             & 0           & {\cdots}  & 0 \\
{\vdots}     & {\vdots}   & {\vdots}     & {\vdots}   & {\ddots}  & {\vdots}   & {\vdots} & {\cdots}  & {\vdots}\\
0               & 0             & 0               & 0             & {\cdots}  & {-\tan(r)}  & 0           & {\cdots}  & 0 \\
0               & 0             & 0               & 0             & {\cdots}  & 0             & {\cot(r)} & {\cdots}  & 0 \\
{\vdots}     & {\vdots}   & {\vdots}     & {\vdots}   & {\vdots}  & {\vdots}   & {\vdots} & {\ddots}  & {\vdots}\\
0               & 0             & 0               & 0             & {\cdots}  & 0             & 0           & {\cdots}  & {\cot(r)}
\end{array}
\right),
\end{equation*}

더불어 한가지는 소행렬의 사이즈를 행렬에서 표시하고픈데요 방법을 몰라서요. 현재는 사각박스로 사이즈 표시없이 그냥 나타내봤는데.. 다른 방법이 있으면 좀 알려주세요.

\begin{equation*}
S=\left(
\begin{array}{c@{}c@{}c@{}c@{}c}
\begin{array}{|c|}\hline
{\alpha} \\ \hline
\end{array} & \mathbf{0} & \mathbf{0} & \mathbf{0} & \mathbf{0}\\
\mathbf{0} &
\begin{array}{|ccc|}\hline
\mu_{1} &        &  \\
        & \ddots &  \\
        &        & \mu_{1} \\ \hline
\end{array} & \mathbf{0} & \mathbf{0} & \mathbf{0}\\
\mathbf{0} &  \mathbf{0} &
\begin{array}{|cccc|}\hline
\mu_{2} &          &       & \\
        &  \mu_{2} &       & \\
        &          &\ddots &  \\
        &          &       & \mu_{2} \\ \hline
\end{array}  & \mathbf{0} & \mathbf{0} \\
\mathbf{0} &  \mathbf{0} &  \mathbf{0} &
\begin{array}{|ccc|}\hline
\lambda_{1} &        &  \\
        & \ddots &  \\
        &        & \lambda_{1} \\ \hline
\end{array}  & \mathbf{0} \\
\mathbf{0} &  \mathbf{0} &  \mathbf{0} &  \mathbf{0} &
\begin{array}{|cccc|}\hline
\lambda_{2} &             &        & \\
            & \lambda_{2} &        & \\
            &             & \ddots &  \\
            &             &        & \lambda_{2} \\ \hline
\end{array} \\
\end{array}
\right).
\end{equation*}

 

첨부 [1]

댓글 [1]

댓글 쓰기

목록 삭제

KTUG 한국 텍 사용자 그룹