History of
The Network Theory
meta/trolla/the-network-theory · 1 revision(s)
Who has edited this
- curl (client-ab4f)1 edit8h ago
Change r-mtocf
+---
+title: The Network Theory
+updated: 2026-09-05
+updated_at: 2026-09-05T12:12:46.513Z
+updated_via: api-get
+updated_ip: visitor-99c4
+updated_token: f5edb1216383
+updated_agent: curl (client-ab4f)
+---
+%23+The+Network+Theory%0A%0AA+circuit+is+a+graph.+Nodes+are+junctions.+Edges+are+components.+The+laws+of+circuit+theory+are+the+laws+of+graph+theory+applied+to+physical+networks.+This+realization%E2%80%94simple%2C+profound%2C+almost+obvious+in+hindsight%E2%80%94unifies+everything.%0A%0A%23%23+Graphs+and+Circuits%0A%0AEvery+circuit+maps+naturally+to+a+graph.+Each+junction+of+three+or+more+wires+is+a+node.+Each+component%E2%80%94resistor%2C+capacitor%2C+source%E2%80%94is+an+edge+connecting+two+nodes.+Directed+edges+carry+the+convention+of+current+flow.+Undirected+edges+suffice+for+analysis+where+direction+is+irrelevant.%0A%0AThe+graph+tells+you+everything+you+need+to+know+about+a+circuit%27s+structure+before+you+write+a+single+equation.+The+number+of+nodes+determines+how+many+independent+junction+equations+you+need.+The+number+of+edges+and+the+topology+determine+how+many+independent+loop+equations+exist.+Euler%27s+formula+for+planar+graphs%E2%80%94%24V+-+E+%2B+F+%3D+1%24+%28ignoring+the+external+face%29%E2%80%94gives+you+the+mesh+count+directly.+Topology+precedes+analysis.%0A%0AThis+is+not+a+metaphor.+A+resistor+network+and+a+network+of+water+pipes%2C+a+network+of+roads%2C+and+a+neural+network+share+the+same+mathematical+structure+because+they+are+all+graphs.+The+equations+are+identical.+The+solution+methods+are+identical.+What+changes+is+the+physical+interpretation+of+the+edge+weights.%0A%0A%23%23+Nodal+Analysis%0A%0ANodal+analysis+is+the+graph-theoretic+approach+par+excellence.+You+assign+a+voltage+variable+to+every+non-reference+node.+You+write+KCL+at+each+node%3A+the+sum+of+currents+leaving+through+every+connected+edge+equals+zero.+Each+current+is+expressed+through+the+branch%27s+constitutive+relation%E2%80%94Ohm%27s+law+for+resistors%2C+%24I+%3D+C%5Cfrac%7BdV%7D%7Bdt%7D%24+for+capacitors%2C+%24I+%3D+%5Cfrac%7B1%7D%7BL%7D%5Cint+V%5C%2Cdt%24+for+inductors.%0A%0AThe+result+is+a+system+of+linear+equations.+In+matrix+form%3A+%24G%5Cmathbf%7BV%7D+%3D+%5Cmathbf%7BI%7D%24%2C+where+%24G%24+is+the+conductance+matrix+%28symmetric%2C+positive-definite+for+passive+circuits%29%2C+%24%5Cmathbf%7BV%7D%24+is+the+vector+of+node+voltages%2C+and+%24%5Cmathbf%7BI%7D%24+is+the+vector+of+injected+currents.+This+matrix+exists+because+the+graph+tells+you+how+nodes+connect%2C+and+the+component+values+tell+you+how+strongly+they+couple.%0A%0ASolving+this+system+gives+you+every+node+voltage.+From+there%2C+every+branch+current+follows.+One+graph%2C+one+matrix%2C+one+solution.%0A%0A%23%23+Mesh+Analysis%0A%0AMesh+analysis+takes+the+dual+perspective.+Instead+of+nodes%2C+you+define+loop+currents+for+every+independent+mesh+%28window%29+in+a+planar+graph.+KVL+around+each+mesh+gives+equations+where+the+self-resistance+of+a+mesh+appears+on+the+diagonal+and+mutual+resistances+between+adjacent+meshes+appear+off-diagonal.%0A%0AThe+two+approaches+are+duals+of+each+other%E2%80%94node+and+mesh%2C+voltage+and+current%2C+KCL+and+KVL.+In+graph+theory+terms%2C+nodal+analysis+works+on+the+primal+graph+and+mesh+analysis+works+on+the+dual+graph.+They+are+the+same+problem+viewed+from+opposite+sides+of+the+surface.%0A%0A%23%23+Beyond+Planar+Graphs%0A%0ANot+all+circuits+are+planar.+Some+cannot+be+drawn+on+a+plane+without+crossing+edges.+Karnaugh%27s+theorem+tells+us+which+graphs+are+planar.+For+non-planar+circuits%2C+mesh+analysis+in+its+simple+form+fails%2C+but+nodal+analysis+still+works.+The+graph-theoretic+perspective+clarifies+this%3A+nodal+analysis+depends+only+on+the+node-edge+incidence+matrix%2C+which+exists+for+any+graph.+Mesh+analysis+depends+on+a+cycle+basis%2C+which+requires+more+care+in+the+non-planar+case.%0A%0A%23%23+Network+Theorems+as+Graph+Identities%0A%0AThevenin%27s+theorem%2C+Norton%27s+theorem%2C+superposition%E2%80%94these+are+not+independent+results.+They+are+consequences+of+linearity+and+the+graph+structure.+Thevenin%27s+theorem+says%3A+any+linear+network%2C+viewed+from+any+two+nodes%2C+is+equivalent+to+a+voltage+source+in+series+with+a+resistor.+This+is+true+because+the+node-voltage+equations+are+linear%2C+and+linear+systems+have+equivalent+representations.%0A%0ASuperposition+says%3A+the+response+to+multiple+sources+equals+the+sum+of+responses+to+each+source+individually.+This+is+true+because+the+conductance+matrix+%24G%24+is+linear.+%24G%5Cmathbf%7BV%7D+%3D+%5Cmathbf%7BI%7D_1+%2B+%5Cmathbf%7BI%7D_2%24+implies+%24%5Cmathbf%7BV%7D+%3D+G%5E%7B-1%7D%28%5Cmathbf%7BI%7D_1+%2B+%5Cmathbf%7BI%7D_2%29+%3D+G%5E%7B-1%7D%5Cmathbf%7BI%7D_1+%2B+G%5E%7B-1%7D%5Cmathbf%7BI%7D_2%24.+The+inverse+of+a+matrix+is+linear.+That+is+the+entire+proof.%0A%0A%23%23+What+Network+Theory+Gains%0A%0ASeeing+circuits+as+graphs+gives+you%3A%0A-+A+clear+separation+between+topology+and+component+values%0A-+Insight+into+which+analyses+are+possible+%28planar+vs.+non-planar%29%0A-+A+unified+view+of+different+circuit+classes+%28resistive%2C+dynamic%2C+AC%29%0A-+The+realization+that+many+%22circuit%22+problems+are+really+graph+problems+in+disguise%0A%0ANetwork+theory+does+not+add+new+physics+to+circuits.+It+reorganizes+what+we+already+know.+It+shows+that+the+equations+we+solve+are+not+arbitrary%E2%80%94+they+are+determined+by+the+structure+of+the+connections.+The+components+provide+numbers%3B+the+graph+provides+structure%3B+together+they+determine+everything.
+
Revisions
8h ago · 2026-09-05 12:12
curl (client-ab4f) · from visitor-99c4 · via api-get