i created a table comprising mathematical formulars. But these formulars seem to stick at the bottom of each cell and that makes the whole tabular ugly.
Here is the table:
Code: Select all
\begin{tabular}{|l|l|l|l|l|l|}
\hline \multicolumn{2}{|c|}{Kriterium} & \multicolumn{2}{|c|}{Konvergenz} & \multicolumn{2}{|c|}{Divergenz} \\
\hline Bezeichnung & Formel & notw. & hinr. & notw. & hinr. \\
\hline Cauchy & $\displaystyle\left|\sum_{n=1}^{\infty}{a_n}\right|<\varepsilon$ & X & X & & \\
\hline Leibniz & $\displaystyle\left\{\begin{array}{l} b_n\geq0\\{\displaystyle\lim_{n\to\infty}b_n = 0}\end{array}\right\} a_n :=(-1)^{n+1}b_n$ & & X & & \\
\hline Majoranten & $\displaystyle\left|{a_n}\right|\leq{b_n}; \sum_{n=1}^{\infty}{b_n}$ konv & & ABS & & \\
\hline Minoranten & $\displaystyle{0}\leq{b_n}\leq{a_n}$ ffa $\displaystyle n\in\mathds{N};\sum_{n=1}^{\infty}{b_n}$ div & & & & X \\
\hline \multirow{2}{*}{Quotienten} & $\displaystyle {\limsup_{x\to\infty}}\left|{\frac{a_{n+1}}{a_n}}\right| < 1$ & & ABS & & \\
\cline{2-6} & ${\displaystyle {\limsup_{x\to\infty} }\left|{\frac{a_{n+1}}{a_n}}\right| > 1}$ & & & & X \\
\hline \multirow{3}{*}{Wurzel} & $\displaystyle\sqrt[n]{\left|{a_n}\right|}$ unbeschr\"{a}nkt & & & X & \\
\cline{2-6} & $\displaystyle\limsup_{n\to\infty}{\sqrt[n]{\left|{a_n}\right|}}<1$ & & ABS & & \\
\cline{2-6} & $\displaystyle\limsup_{n\to\infty}{\sqrt[n]{\left|{a_n}\right|}}>1$ & & & & X \\
\hline Limes & $\displaystyle\lim_{n\to\infty}{a_n=0}$ & X & & & \\
\hline
\end{tabular}
Ideas for improvement ?
I just began writing Latex (Yesterday


Greetings