Does anyone know how to stretch integrals when displaying them? When you use \begin{equation}... some integral...\end{equation}, the integrals are displayed very nicely, i.e. not compressed vertically. I'm trying to make a matrix with integral elements, but the integrals just turn out compressed (in the vertical direction) when displayed! This is the matrix:
Code: Select all
\begin{equation}
\mathbf{\vec A} =
\left( \begin{array}{ccc}
\int_0^{t_1}{C_1(u)du}\\\\
\int_0^{t_2}{C_1(u)du}\\\\
\vdots \\\\
\int_0^{t_n}{C_1(u)du}
\end{array} \right),
\end{equation}
Code: Select all
\begin{equation}
\int_0^{t_1}{C_1(u)du}
\end{equation}
/Ida