Change stuff
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 20s

This commit is contained in:
alexander
2026-01-30 23:58:13 +01:00
parent d113b66dcd
commit 1c19402b01
2 changed files with 56 additions and 16 deletions

View File

@@ -732,7 +732,7 @@
$E_L = Phi^2/2L = (L i^2)/2$
],
[
$C$: Admetanze $hat(=) G$
$C$: Admetanz $hat(=) G$
], [],
[
$L$: Impedanz $hat(=) R$
@@ -761,6 +761,8 @@
#subHeading(fill: colorComplexAC)[Komplex Wechselstrom Rechnnung]
Im Eingeschwungenem Zustand
$u(t) =U_m "Re"{e^(j omega t + phi)}$
$u(t) = U_m cos(omega t + alpha)$ \
$i(t) = I_m cos(omega t + beta)$
@@ -781,7 +783,30 @@
tan(phi) = (U_2 sin(phi))/(U_1 + U_2 cos(phi))
$
**
*Levi's Lustig Leistung*
$underline(S) = underline(U) dot underline(I)^*$\
#table(
columns: (auto, 1fr, auto),
[Scheinleitsung], [$abs(underline(S))$], [$["VA"]$],
[Wirkleistung], [$P = "Real"(underline(S)) $], [$["W"]$],
[Blindleistung], [$Q = "Imag"(underline(S))$], [$["var"]$]
)
]
// Komplexe Zahlen
#bgBlock(fill: colorAllgemein)[
#subHeading(fill: colorAllgemein)[Komplexe Zahlen]
#grid(
columns: (auto, auto),
row-gutter: 2mm,
column-gutter: 3mm,
[Euler-Darstellung], $A e^(j phi)$,
[Catesiche-Darstellung], $a + b j$
)
]