Added alot of linAlg
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 22s

This commit is contained in:
alexander
2026-02-01 23:56:11 +01:00
parent d7703597bb
commit 72e31ef355
4 changed files with 247 additions and 107 deletions

View File

@@ -106,9 +106,8 @@
// Complex Zahlen
#bgBlock(fill: colorAllgemein)[
#subHeading(fill: colorAllgemein)[Complexe Zahlen]
$z = r dot e^(phi i) = r (cos(phi) + i sin(phi))$
$z^n = r^n dot e^(phi i dot n) = r^n (cos(n phi) + i sin(n phi))$
#ComplexNumbersSection()
#grid(
columns: (1fr, 1fr),