mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[PS] Rework parts of tests section, more changes to come
This commit is contained in:
@@ -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
|
||||
\]
|
||||
Reference in New Issue
Block a user