diff --git a/src/cheatsheets/Schaltungstheorie.typ b/src/cheatsheets/Schaltungstheorie.typ index 499235f..01aa5c1 100644 --- a/src/cheatsheets/Schaltungstheorie.typ +++ b/src/cheatsheets/Schaltungstheorie.typ @@ -123,6 +123,8 @@ $u dot i > 0$: Nimmt Energie auf\ $u dot i = 0$: Verlustlos\ $u dot i < 0$: Gibt Energie ab\ + + #grid(columns: (1fr, 1fr), $[R] = Omega = "V"/"A"$, $[G] = S = "A"/"V"$) ] // Verschaltung @@ -1538,7 +1540,9 @@ }), ), - [*Übertrager/NIK* siehe Zweitor-Tabelle], + [*Übertrager/NIK* siehe Zweitor-Tabelle + + ], scale(90%, grid( 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/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, $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({ diff --git a/src/images/schaltungstheorie/knotenpotenzial/schaltKnotenPotenziell13.png b/src/images/schaltungstheorie/knotenpotenzial/schaltKnotenPotenziell13.png new file mode 100644 index 0000000..cc8bd4d Binary files /dev/null and b/src/images/schaltungstheorie/knotenpotenzial/schaltKnotenPotenziell13.png differ