/ ROOT / CIRCUIT-STUDIO
Circuit Studio solvers
The circuit engine inside Quodra, the presentation editor I'm building: a DC operating point by modified nodal analysis, an AC small-signal sweep, and transient steps. It is written to refuse rather than guess.
| SHEET3 of 7 | REVD | DATE2026-09-23 |
| OTHER VIEWS | ||
backward Euler lags by at most 20 % trapezoidal overshoots by 9 %
FIG. 1 The lecture's RC step integrated two ways. Push h past 2τ and the trapezoidal points swing across the answer; backward Euler only falls behind. Computed on this page.
DESIGN DECISIONS, FROM THE SOURCE
- Modified nodal analysis over real pins and nets. Every result carries the document and revision it was computed for, so a stale answer can never render as current.
- Diodes use the piecewise-linear hand-analysis model, settled by deterministic assumption iteration: no Newton convergence roulette. A network that will not settle refuses by name.
- Transients step with backward-Euler companions: a capacitor becomes C/h beside a source holding its last voltage. Backward Euler, not trapezoidal, on purpose: it damps, where trapezoidal rings on every diode that switches, and a ringing artefact is indistinguishable from real ringing.
- The AC sweep linearises about the DC operating point. A saturated transistor has no small-signal gain, so the sweep refuses instead of returning a fiction.
ANALYSES
DC operating point. AC sweep, 1 Hz to 1 MHz at 20 points a decade by default. Transient, 50 ms in 20 µs steps by default.
PARTS IT KNOWS
Resistors, capacitors, inductors, lamps, switches, diodes and LEDs, NPN and PNP transistors, NMOS and PMOS, DC and AC sources, probes and transformers.
WHERE IT RUNS
Inside a Quodra slide, in the browser. A circuit, an equation and a chart on one slide read the same solved values.
REVISIONS
| A | 2026-08-03 | DC operating point by modified nodal analysis |
| B | 2026-08-07 | AC small-signal sweep, complex admittances |
| C | 2026-09-11 | Transient steps with backward-Euler companions |
| D | 2026-09-23 | Transistor readings; AC tests |
| TITLECircuit Studio solvers | ||
| ◂ sheet 2 | 3 / 7 | sheet 4 ▸ |