I have the column-matrix shown below and its last element has a spacement problem : it has a slight horizontal offset, relative to all the other elements in the matrix (see the picture below). Of course, this is because of the size of its "
N" index. How can I modify the code below, so the last element is well aligned with all the other elements above it ?
Compilable example :
Code: Select all
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{tensor}
\begin{document}
\begin{equation}
\begin{bmatrix}
\tensor{\Psi}{_1} \\
\tensor{\Psi}{_2} \\
\tensor{\Psi}{_3} \\
\vdots_{\phantom{3}} \\
\tensor{\Psi}{_N}
\end{bmatrix}
\end{equation}
\end{document}
Here's a preview of the code above :

- column.jpg (6.99 KiB) Viewed 2766 times