Hat jemand eine Idee?
\documentclass[a4paper,10pt]{article}
\usepackage{ngerman}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\newtheorem{example}{Beispiel}[section]
\newtheorem{DEF}{Definition}
\newtheorem{THM}{Theorem}[section]
\newtheorem{corollary}[THM]{Korollar}
\begin{document}
$ r(s_{3}^{1},s_{2}^{1}) =\begin{pmatrix}
{s_{1}^{2}}
 \\ 
{s_{2}^{4}}
\end{pmatrix} 
$
$ r(s_{5}^{1},s_{2}^{2}) =\begin{pmatrix}
{s_{1}^{2}}
 \\ 
{s_{8}^{2}}
\end{pmatrix} 
$
$ r(s_{1}^{7},s_{2}^{1}) =\begin{pmatrix}
{s_{2}^{9}}
 \\ 
{s_{1}^{2}}
\end{pmatrix} 
$
$ r(s_{1}^{2},s_{2}^{2}) =\begin{pmatrix}
{s_{2}^{2}}
 \\ 
{s_{1}^{2}}
\end{pmatrix} 
$
\end{document}
