diff --git a/src/cheatsheets/Schaltungstheorie.typ b/src/cheatsheets/Schaltungstheorie.typ index e37fdac..2719232 100644 --- a/src/cheatsheets/Schaltungstheorie.typ +++ b/src/cheatsheets/Schaltungstheorie.typ @@ -4,6 +4,7 @@ #set math.mat(delim: "[") #show math.equation.where(block: true): it => math.inline(it) +#set math.mat(delim: "[") #set page( paper: "a4", @@ -66,7 +67,7 @@ Knotenzidenzmatrix $bold(A)$ - $bold(A) : bold(i_k) -> text("Knotenstrombianz") = 0$ \ + $bold(A) : bold(i_k) -> text("Knotenstrombilanz") = 0$ \ $bold(A^T) : bold(u_b)-> bold(u_k)$ $ bold(A) = quad mannot.mark(mat( @@ -81,6 +82,9 @@ a in {-1, 0, 1} $ + + $-1$: In Knoten rein \ + $1$: Aus Knoten raus \ #line(length: 100%, stroke: (thickness: 0.2mm)) @@ -104,6 +108,9 @@ b in {-1, 0, 1} $ + $-1$: Gegen Maschenrichtung + $1$: In Maschenrichtung + #line(length: 100%, stroke: (thickness: 0.2mm)) *KCL und KVL* \ @@ -121,6 +128,10 @@ #bgBlock(fill: colorAnalyseVerfahren)[ #subHeading(fill: colorAnalyseVerfahren)[Baumkonzept] + KCLs: $n-1$\ + KVLs: $b-(n-1)$ + + Baum einzeichnen (Keine Schleifen!) ] #bgBlock(fill: colorAnalyseVerfahren)[ @@ -130,8 +141,6 @@ #bgBlock(fill: colorAnalyseVerfahren)[ #subHeading(fill: colorAnalyseVerfahren)[Reduzierte Knotenpotenzial-Analyse] ] - - ] #pagebreak()