added complex komonent list
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 23s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 23s
This commit is contained in:
@@ -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,
|
||||
)$
|
||||
]
|
||||
Reference in New Issue
Block a user