Added strom quelle knoten potenzial + Ohm/Semines einheiten
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 33s

This commit is contained in:
alexander
2026-02-09 14:23:06 +01:00
parent 39c47d81e6
commit 3001ae1af6
2 changed files with 9 additions and 3 deletions

View File

@@ -123,6 +123,8 @@
$u dot i > 0$: Nimmt Energie auf\ $u dot i > 0$: Nimmt Energie auf\
$u dot i = 0$: Verlustlos\ $u dot i = 0$: Verlustlos\
$u dot i < 0$: Gibt Energie ab\ $u dot i < 0$: Gibt Energie ab\
#grid(columns: (1fr, 1fr), $[R] = Omega = "V"/"A"$, $[G] = S = "A"/"V"$)
] ]
// Verschaltung // Verschaltung
@@ -1538,7 +1540,9 @@
}), }),
), ),
[*Übertrager/NIK* siehe Zweitor-Tabelle], [*Übertrager/NIK* siehe Zweitor-Tabelle
],
scale(90%, grid( scale(90%, grid(
columns: (auto, 0mm, 1fr), columns: (auto, 0mm, 1fr),
@@ -1708,7 +1712,7 @@
align(center, image("../images/schaltungstheorie/knotenpotenzial/nullator.jpg", height: ImageHeight, fit: "contain")), align(center, image("../images/schaltungstheorie/knotenpotenzial/nullator.jpg", height: ImageHeight, fit: "contain")),
align(center, image("../images/schaltungstheorie/knotenpotenzial/norator.jpg", height: ImageHeight, fit: "contain")), align(center, image("../images/schaltungstheorie/knotenpotenzial/norator.jpg", height: ImageHeight, fit: "contain")),
align(center, image("../images/schaltungstheorie/knotenpotenzial/schaltKnotenPotenziell13.png", height: ImageHeight, fit: "contain"))
) )
] ]
@@ -1989,7 +1993,9 @@
], ],
align(center+horizon, align(center+horizon,
$u = r dot i \ $u = r dot i \
i = u/r$ i = u/r \
[R] = Omega = "V"/"A" \ [G] = S = "A"/"V"
$
), ),
[ [
#scale(x: 75%, y: 75%, cetz.canvas({ #scale(x: 75%, y: 75%, cetz.canvas({

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB