You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
580 B
19 lines
580 B
15 years ago
|
\documentclass{article}
|
||
|
\usepackage[psamsfonts]{amssymb}
|
||
|
\usepackage{amsmath}
|
||
|
\newcounter{afg}
|
||
|
\newcommand{\aufgabe}{\stepcounter{afg}\subsubsection*{Aufgabe \arabic{afg}}}
|
||
|
|
||
|
\renewcommand{\labelenumi}{\alph{enumi})}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\begin{align*}
|
||
|
\text{S} & = \frac{n}{t} \cdot \sqrt{\frac{n}{84}} / 0.0014 \\
|
||
|
& = \frac{n}{t} \cdot \frac{\sqrt{\frac{n}{84}}}{0.0014} \\
|
||
|
& = \frac{n}{t} \cdot \frac{\sqrt{n}}{\sqrt{84}\cdot 0.0014} \\
|
||
|
& = \frac{n}{t} \cdot \frac{\sqrt{n}}{0.012831211946} \\
|
||
|
& = \frac{\sqrt{n^3}}{0.012831211946\cdot t} \\
|
||
|
\end{align*}
|
||
|
\end{document}
|