[PS] Rework parts of tests section, more changes to come

This commit is contained in:
2026-07-15 16:14:29 +02:00
parent 6a43f97126
commit e005c7608b
12 changed files with 59 additions and 26 deletions
@@ -0,0 +1,4 @@
\subsection{Binomialsatz}
\[
(x + y)^n = \sum_{i = 0}^{n} {n \choose i} x^i y^{n - i} = \sum_{i = 0}^{n} {n \choose i} x^{n - i} y^i
\]