bitte um Gnade, ich bin sowohl neu in Latex als auch hier im Forum. Wenn das Thema unpassend ist.. naja, dann brauche ich trotzdem eine Antwort

Ich verwende Texniccenter und Miktex.
Meine Formel sieht folgendermaßen aus:
\usepackage[ngerman, english]{babel} \usepackage[ansinew]{inputenc} \usepackage[T1]{fontenc} \usepackage{amsmath} \usepackage{mathtools} {\begin{equation} s_t = max~([\sum_{t=1}^T \frac{G_t - AfA_t}{(1 + i)^t} \cdot \alpha - \frac{8.354 \cdot T}{(1 + i)^t} \cdot \tau_{EZ}); 0] + [max~([(\sum_{t=1}^T \frac{G_t - AfA_t}{(1 + i)^t} - \frac{24.500 \cdot T}{(1 + i)^t}) \cdot \alpha] \cdot 3,5\% \cdot H; 0) - min~[GewSt; max~[(\sum_{t=1}^T \frac{G_t - AfA_t}{(1 + i)^t} - \frac{24.500 \cdot T}{(1 + i)^t}) \cdot \alpha] \cdot 3,5\% \cdot 3,8; 0]] + max~[(VG \cdot \alpha) \cdot \tau_{EZ}; 0] + max~[(VG \cdot \alpha) - 24.500; 0] \cdot 3,5\% \cdot H - min~[GewSt; max~[3,8 \cdot 3,5\% \cdot (VG \cdot \alpha - 24.500); 0]] + 5 \cdot max~[(VG \cdot \alpha + \frac{(1 - \alpha) \cdot VG}{5}) \cdot \tau_{E*} - (VG \cdot \alpha) * \tau_{E*}; 0] \cdot (1 + \tau_{Z}) \end{equation}}
Außerdem tritt der Fehler "You can´t use \eqno in math mode" auf und zwar wird der angezeigt vor \end{equation}
Es ist wahrscheinlich eine super basic Sache, aber auch durch googlen bin ich nicht wirklich auf eine für mich passende Antwort gestoßen.
Herzlichen Dank im Voraus.