Skip to content

Network Graphs#

Analyzing the structure of a lumped circuit is essential for finding all instances of Kirchhoff's laws within it. Mathematically, the structure is modelled using a directed multigraph which encodes how the electrical elements are connected with each other.

Algorithm: Network Graph Construction

Constructing the network graph of a lumped circuit is done in the following way:

  1. Construct the nodes
  • Every distinct region of uninterrupted wire is represented by exactly one node.
  • The ground (if any) is also represented by exactly one node.
  1. Construct the edges