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