Is there any way of having the columns grouped together and many spaces between columns?
Also if possible put vertical lines on each side.
Code: Select all
\begin{align*}
C_x = \begin{array}{c}%
\hat{i} \hat{j} \hat{k}\\
X1 Y1 Z1\\
X2 Y2 Z2\\
\end{array}\\
\end{align*}