Act I — From a wire to a matrix
Why the answer is an integral equation, how a basis turns it into
Z I = V, and what the delta-gap feed really is. You leave with a
dipole solver you wrote yourself.
Start here →
Most method-of-moments explanations stop at the blackboard, and most MoM codebases never explain themselves. This site does both at once: every chapter first builds the idea in ~20 lines of Python you can run, then shows the production version in momwire — the pure-Python MoM engine behind the antennaknobs simulator — and explains exactly what the engineering added. Source links are pinned to a release tag, every figure is generated by a checked-in script, and every number in the prose comes from a real run.
Act I — From a wire to a matrix
Why the answer is an integral equation, how a basis turns it into
Z I = V, and what the delta-gap feed really is. You leave with a
dipole solver you wrote yourself.
Start here →
Act II — Bases and accuracy
Sinusoids (NEC’s bet), B-splines and junctions, quadrature done honestly, and how you know any of it is right. Coming next.
Act III — The ground
Mirror images, cheap real dirt via reflection coefficients, and paying full price with Sommerfeld integrals. Planned.
Act IV — Scale
N² is the enemy: batched frequency sweeps, ACA / H-matrices, arrays that know their own symmetry, and a compiled mirror of the Python spec. Planned.