Got stuff working after merg
This commit is contained in:
@@ -1758,14 +1758,10 @@
|
|||||||
|
|
||||||
[Nullor], [], [#scale(x: 50%, y: 50%, zap.circuit({
|
[Nullor], [], [#scale(x: 50%, y: 50%, zap.circuit({
|
||||||
import zap: *
|
import zap: *
|
||||||
import cetz.draw: content, line
|
import cetz.draw: content, line, rect
|
||||||
joham.nullor("nullor", (0,0))
|
joham.nullor("nullor", (0,0))
|
||||||
}))], [], [$ A = mat(0, 0; 0, 0) $], [],
|
|
||||||
|
|
||||||
rect((-0.2,-0.1), (0.7,1.1),
|
}))],
|
||||||
stroke: (paint: rgb("#666666"), dash: "densely-dashed")
|
|
||||||
)
|
|
||||||
})],
|
|
||||||
[
|
[
|
||||||
- Verlustlos
|
- Verlustlos
|
||||||
- Reziprok
|
- Reziprok
|
||||||
@@ -1789,12 +1785,13 @@
|
|||||||
(0.2,0),(0.2,0),
|
(0.2,0),(0.2,0),
|
||||||
scale: .4)
|
scale: .4)
|
||||||
|
|
||||||
}))], [], [], [], [],
|
|
||||||
|
|
||||||
node("a", (to: (0, 1), rel: (-0.4, 0)), fill: false, label: (content: text($alpha$, fill: rgb("#8b2000")), anchor: "west", distance: 0.05))
|
node("a", (to: (0, 1), rel: (-0.4, 0)), fill: false, label: (content: text($alpha$, fill: rgb("#8b2000")), anchor: "west", distance: 0.05))
|
||||||
node("b", (to: (0, 0), rel: (-0.4, 0)), fill: false, label: (content: text($beta$, fill: rgb("#8b2000")), anchor: "west", distance: 0.05))
|
node("b", (to: (0, 0), rel: (-0.4, 0)), fill: false, label: (content: text($beta$, fill: rgb("#8b2000")), anchor: "west", distance: 0.05))
|
||||||
node("c", (to: (0.5, 1), rel: (0.4, 0)), fill: false, label: (content: text($gamma$, fill: rgb("#00318b")), anchor: "east", distance: 0.05))
|
node("c", (to: (0.5, 1), rel: (0.4, 0)), fill: false, label: (content: text($gamma$, fill: rgb("#00318b")), anchor: "east", distance: 0.05))
|
||||||
node("d", (to: (0.6, 0), rel: (0, -0.25)), fill: false, label: (content: text($delta$, fill: rgb("#00318b")), anchor: "east", distance: 0.05))
|
node("d", (to: (0.6, 0), rel: (0, -0.25)), fill: false, label: (content: text($delta$, fill: rgb("#00318b")), anchor: "east", distance: 0.05))
|
||||||
|
}))], [], [], [], [],
|
||||||
|
|
||||||
[VCVS], [#scale(x: 100%, y: 100%, zap.circuit({
|
[VCVS], [#scale(x: 100%, y: 100%, zap.circuit({
|
||||||
import zap: *
|
import zap: *
|
||||||
@@ -2022,8 +2019,8 @@
|
|||||||
[$ H = mat(0, -k; -k, 0) quad H' = mat(0, -1/k; -1/k, 0) \ A = mat(-k, 0; 0, 1/k) quad A'= mat(-1/k, 0; 0, k) $]
|
[$ H = mat(0, -k; -k, 0) quad H' = mat(0, -1/k; -1/k, 0) \ A = mat(-k, 0; 0, 1/k) quad A'= mat(-1/k, 0; 0, k) $]
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
// Knoten Spannungs Analyse
|
// Knoten Spannungs Analyse
|
||||||
|
|
||||||
// Tor Eigenschaften
|
// Tor Eigenschaften
|
||||||
|
|||||||
Reference in New Issue
Block a user