added complex komonent list
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 23s

This commit is contained in:
alexander
2026-02-04 08:42:11 +01:00
parent c169e3eca4
commit f73195234f
2 changed files with 30 additions and 6 deletions

View File

@@ -67,7 +67,7 @@
$z^* = a - #i b = r e^(-#i phi)$
$r = abs(z) quad phi = cases(
+ arccos(a/r) space : space b >= 0,
- arccos(a/r) space : space b < 0,
+ arccos(a/r) space : space a >= 0,
- arccos(a/r) space : space a < 0,
)$
]