整列したベクトルのリストを表示する

整列したベクトルのリストを表示する

私は、(列) 長さ 14 の 14 個の固有ベクトルを適切な方法で表示する必要があるファイルを作成しています。これまで、align*環境で試してみましたが、希望どおりの結果が得られませんでした。基本的に、7 つのベクトルを 1 行に並べて、別の 7 つのベクトルを 2 行目に (スペースに余裕があればすべてを 1 行に) 配置したいのですが、エントリごとに垂直方向の長さが揃うように配置する方法がわかりません。

\documentclass[12pt]{article}

\usepackage[utf8]{inputenc} 
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{amsmath,amsfonts,amssymb,amsthm}
\usepackage{mathtools}
\usepackage{commath}
\usepackage[sc,osf]{mathpazo}
\usepackage{authblk}
\usepackage{calc}
\usepackage{tkz-graph}
\usepackage{tikz}

\begin{document}
    \begin{align*}
            \begin{pmatrix} 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \end{pmatrix},
        &   \begin{pmatrix} 0 \\ \frac{1}{\sqrt{2}} \\ 0 \\ \frac{-1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \\ \frac{-1}{\sqrt{2}} \\ 0 \\ 1 \\ -1 \\ 0 \\ 0 \\ 0 \\ 0 \\0  \end{pmatrix}, 
        &   \begin{pmatrix} 0 \\ \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \\ \frac{-1}{\sqrt{2}} \\ 0 \\ 0 \\ \frac{-1}{\sqrt{2}} \\ 1 \\ 0 \\ -1 \\ 0 \\ 0 \\ 0 \\ 0 \\0 \end{pmatrix},
        &   \begin{pmatrix} 0 \\ \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \\ \frac{-1}{\sqrt{2}} \\ 0 \\ 0 \\ \frac{-1}{\sqrt{2}} \\ 1 \\ 0 \\ -1 \\ 0 \\ 0 \\ 0 \\ 0 \\0 \end{pmatrix},
        &   \begin{pmatrix} 0 \\ \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \\ \frac{-1}{\sqrt{2}} \\ 0 \\ 0 \\ \frac{-1}{\sqrt{2}} \\ 1 \\ 0 \\ -1 \\ 0 \\ 0 \\ 0 \\ 0 \\0 \end{pmatrix},
        &   \begin{pmatrix} 0 \\ \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \\ \frac{-1}{\sqrt{2}} \\ 0 \\ 0 \\ \frac{-1}{\sqrt{2}} \\ 1 \\ 0 \\ -1 \\ 0 \\ 0 \\ 0 \\ 0 \\0 \end{pmatrix},
        &   \begin{pmatrix} 0 \\ \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \\ \frac{-1}{\sqrt{2}} \\ 0 \\ 0 \\ \frac{-1}{\sqrt{2}} \\ 1 \\ 0 \\ -1 \\ 0 \\ 0 \\ 0 \\ 0 \\0 \end{pmatrix},
        &   \begin{pmatrix} 0 \\ \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \\ \frac{-1}{\sqrt{2}} \\ 0 \\ 0 \\ \frac{-1}{\sqrt{2}} \\ 1 \\ 0 \\ -1 \\ 0 \\ 0 \\ 0 \\ 0 \\0 \end{pmatrix} 
        % \begin{pmatrix}1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & -1 & 1 & 1 & 0 & 0 & 0\end{pmatrix}  \\
        % \begin{pmatrix}1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & -1 & 1 & 1 & 0 & 0 & 0\end{pmatrix}  
    \end{align*}

\end{document}

答え1

ここでは、ベクトルのコレクション全体をマトリックスに設定する別のアプローチを示します。\arraycolsepテキスト ブロック内の使用可能なスペースに応じて、列の区切り ( ) をニーズに合わせて調整できます。

ここに画像の説明を入力してください

\documentclass{article}

\usepackage{amsmath,bm}
\usepackage[sc,osf]{mathpazo}

\setcounter{MaxMatrixCols}{20}% https://tex.stackexchange.com/q/95162/5764

\begin{document}

\[
  \bm{\epsilon} = 
    \begin{bmatrix}
      \bm{\epsilon}_1^T \\
      \\
      \vdots \\
      \\
      \bm{\epsilon}_{14}^T
    \end{bmatrix} =
    \setlength{\arraycolsep}{.8\arraycolsep}% Reduce array column separation by 20%
    \begin{bmatrix}
       1 &  1 &  1 &  1 &  1 &  1 &  1 &  1 &  1 &  1 &  1 &  1 &  1 &  1 \\ %  1
       0 &  s &  0 & -s &  s & -s &  0 &  1 & -1 &  0 &  0 &  0 &  0 &  0 \\ %  2
       0 &  s &  0 & -s &  s & -s &  0 &  1 & -1 &  0 &  0 &  0 &  0 &  0 \\ %  3
       0 & -s &  1 &  s &  0 &  0 & -s &  1 &  0 &  1 &  1 &  0 &  0 & -1 \\ %  4
      -1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 &  1 &  1 &  0 &  0 & -1 \\ %  5
       1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 & -1 &  1 &  0 &  0 &  1 \\ %  6
       1 &  s &  1 & -s &  0 &  1 &  s & -1 &  0 & -1 & -1 &  0 & -1 &  0 \\ %  7
       1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 & -1 &  1 &  0 &  0 &  1 \\ %  8
       1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 & -1 &  1 & -1 &  0 &  1 \\ %  9
       1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 & -1 &  1 &  0 &  0 &  1 \\ % 10
       1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 & -1 &  1 &  0 &  0 &  1 \\ % 11
       1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 & -1 &  1 &  0 &  0 &  1 \\ % 12
       1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 & -1 &  1 &  0 &  0 &  1 \\ % 13
       1 &  s &  1 &  s &  0 &  0 & -s & -1 &  0 & -1 &  1 &  0 &  0 &  1    % 14      
   \end{bmatrix}
\]
where $s = 1/\sqrt{2}$.

\end{document}

関連情報