Corrections ot Schaltungstheorie
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 13s

This commit is contained in:
alexander
2026-01-20 22:03:11 +01:00
parent 042300ed1f
commit a578c545e8

View File

@@ -4,6 +4,7 @@
#set math.mat(delim: "[") #set math.mat(delim: "[")
#show math.equation.where(block: true): it => math.inline(it) #show math.equation.where(block: true): it => math.inline(it)
#set math.mat(delim: "[")
#set page( #set page(
paper: "a4", paper: "a4",
@@ -66,7 +67,7 @@
Knotenzidenzmatrix $bold(A)$ 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^T) : bold(u_b)-> bold(u_k)$
$ $
bold(A) = quad mannot.mark(mat( bold(A) = quad mannot.mark(mat(
@@ -82,6 +83,9 @@
a in {-1, 0, 1} a in {-1, 0, 1}
$ $
$-1$: In Knoten rein \
$1$: Aus Knoten raus \
#line(length: 100%, stroke: (thickness: 0.2mm)) #line(length: 100%, stroke: (thickness: 0.2mm))
Mascheninsidenz Matrix $bold(B)$\ Mascheninsidenz Matrix $bold(B)$\
@@ -104,6 +108,9 @@
b in {-1, 0, 1} b in {-1, 0, 1}
$ $
$-1$: Gegen Maschenrichtung
$1$: In Maschenrichtung
#line(length: 100%, stroke: (thickness: 0.2mm)) #line(length: 100%, stroke: (thickness: 0.2mm))
*KCL und KVL* \ *KCL und KVL* \
@@ -121,6 +128,10 @@
#bgBlock(fill: colorAnalyseVerfahren)[ #bgBlock(fill: colorAnalyseVerfahren)[
#subHeading(fill: colorAnalyseVerfahren)[Baumkonzept] #subHeading(fill: colorAnalyseVerfahren)[Baumkonzept]
KCLs: $n-1$\
KVLs: $b-(n-1)$
Baum einzeichnen (Keine Schleifen!)
] ]
#bgBlock(fill: colorAnalyseVerfahren)[ #bgBlock(fill: colorAnalyseVerfahren)[
@@ -130,8 +141,6 @@
#bgBlock(fill: colorAnalyseVerfahren)[ #bgBlock(fill: colorAnalyseVerfahren)[
#subHeading(fill: colorAnalyseVerfahren)[Reduzierte Knotenpotenzial-Analyse] #subHeading(fill: colorAnalyseVerfahren)[Reduzierte Knotenpotenzial-Analyse]
] ]
] ]
#pagebreak() #pagebreak()