Linear Algebra/Topic: Analyzing Networks
From Wikibooks, the open-content textbooks collection
The diagram below shows some of a car's electrical network. The battery is on the left, drawn as stacked line segments. The wires are drawn as lines, shown straight and with sharp right angles for neatness. Each light is a circle enclosing a loop.
The designer of such a network needs to answer questions like: How much electricity flows when both the hi-beam headlights and the brake lights are on? Below, we will use linear systems to analyze simpler versions of electrical networks.
For the analysis we need two facts about electricity and two facts about electrical networks.
The first fact about electricity is that a battery is like a pump: it provides a force impelling the electricity to flow through the circuits connecting the battery's ends, if there are any such circuits. We say that the battery provides a potential to flow. Of course, this network accomplishes its function when, as the electricity flows through a circuit, it goes through a light. For instance, when the driver steps on the brake then the switch makes contact and a circuit is formed on the left side of the diagram, and the electrical current flowing through that circuit will make the brake lights go on, warning drivers behind.
The second electrical fact is that in some kinds of network components the amount of flow is proportional to the force provided by the battery. That is, for each such component there is a number, it's resistance, such that the potential is equal to the flow times the resistance. The units of measurement are: potential is described in volts, the rate of flow is in amperes, and resistance to the flow is in ohms. These units are defined so that
.
Components with this property, that the voltage-amperage response curve is a line through the origin, are called resistors. (Light bulbs such as the ones shown above are not this kind of component, because their ohmage changes as they heat up.) For example, if a resistor measures 2 ohms then wiring it to a 12 volt battery results in a flow of 6 amperes. Conversely, if we have flow of electrical current of 2 amperes through it then there must be a 4 volt potential difference between it's ends. This is the voltage drop across the resistor. One way to think of a electrical circuits like the one above is that the battery provides a voltage rise while the other components are voltage drops.
The two facts that we need about networks are Kirchhoff's Laws.
- Current Law. For any point in a network, the flow in equals the flow out.
- Voltage Law. Around any circuit the total drop equals the total rise.
In the above network there is only one voltage rise, at the battery, but some networks have more than one.
For a start we can consider the network below. It has a battery that provides the potential to flow and three resistors (resistors are drawn as zig-zags). When components are wired one after another, as here, they are said to be in series.
By Kirchhoff's Voltage Law, because the voltage rise is 20 volts, the total voltage drop must also be 20 volts. Since the resistance from start to finish is 10 ohms (the resistance of the wires is negligible), we get that the current is (20 / 10) = 2 amperes. Now, by Kirchhoff's Current Law, there are 2 amperes through each resistor. (And therefore the voltage drops are: 4 volts across the 2 oh m resistor, 10 volts across the 5 ohm resistor, and 6 volts across the 3 ohm resistor.)
The prior network is so simple that we didn't use a linear system, but the next network is more complicated. In this one, the resistors are in parallel. This network is more like the car lighting diagram shown earlier.
We begin by labeling the branches, shown below. Let the current through the left branch of the parallel portion be i1 and that through the right branch be i2, and also let the current through the battery be i0. (We are following Kirchoff's Current Law; for instance, all points in the right branch have the same current, which we call i2. Note that we don't need to know the actual direction of flow— if current flows in the direction opposite to our arrow then we will simply get a negative number in the solution.)
The Current Law, applied to the point in the upper right where the flow i0 meets i1 and i2, gives that i0 = i1 + i2. Applied to the lower right it gives i1 + i2 = i0. In the circuit that loops out of the top of the battery, down the left branch of the parallel portion, and back into the bottom of the battery, the voltage rise is 20 while the voltage drop is
, so the Voltage Law gives that 12i1 = 20. Similarly, the circuit from the battery to the right branch and back to the battery gives that 8i2 = 20. And, in the circuit that simply loops around in the left and right branches of the parallel portion (arbitrarily taken clockwise), there is a voltage rise of 0 and a voltage drop of 8i2 − 12i1 so the Voltage Law gives that 8i2 − 12i1 = 0.
The solution is i0 = 25 / 6, i1 = 5 / 3, and i2 = 5 / 2, all in amperes. (Incidentally, this illustrates that redundant equations do indeed arise in practice.)
Kirchhoff's laws can be used to establish the electrical properties of networks of great complexity. The next diagram shows five resistors, wired in a series-parallel way.
Template:AnchrThis network is a Wheatstone bridge (see Problem 4). To analyze it, we can place the arrows in this way.
Kirchoff's Current Law, applied to the top node, the left node, the right node, and the bottom node gives these.
Kirchhoff's Voltage Law, applied to the inside loop (the i0 to i1 to i3 to i0 loop), the outside loop, and the upper loop not involving the battery, gives these.
Those suffice to determine the solution i0 = 7 / 3, i1 = 2 / 3, i2 = 5 / 3, i3 = 2 / 3, i4 = 5 / 3, and i5 = 0.
Networks of other kinds, not just electrical ones, can also be analyzed in this way. For instance, networks of streets are given in the exercises.
[edit] Exercises
Many of the systems for these problems are mostly easily solved on a computer.
- Problem 1
Calculate the amperages in each part of each network.
- This is a simple network.
- Compare this one with the parallel case discussed above.
- This is a reasonably complicated network.
- Answer
- The total resistance is 7 ohms. With a 9 volt potential, the flow will be 9 / 7 amperes. Incidentally, the voltage drops will then be: 27 / 7 volts across the 3 ohm resistor, and 18 / 7 volts across each of the two 2 ohm resistors.
- One way to do this network is to note that the 2 ohm resistor on the left has a voltage drop across it of 9 volts (and hence the flow through it is 9 / 2 amperes), and the remaining portion on the right also has a voltage drop of 9 volts, and so is analyzed as in the prior item. We can also use linear systems.
Using the variables from the diagram we get a linear system
which yields the unique solution i1 = 81 / 14, i1 = 9 / 2, i2 = 9 / 7, and i3 = 81 / 14.
Of course, the first and second paragraphs yield the same answer. Essentially, in the first paragraph we solved the linear system by a method less systematic than Gauss' method, solving for some of the variables and then substituting.
- Using these variables
one linear system that suffices to yield a unique solution is this.
(The last three equations come from the circuit involving i0-i1-i6, the circuit involving i0-i2-i4-i5-i6, and the circuit with i0-i2-i3-i5-i6.) Octave gives i0 = 4.35616, i1 = 3.00000, i2 = 1.35616, i3 = 0.24658, i4 = 1.10959, i5 = 1.35616, i6 = 4.35616.
- Problem 2
In the first network that we analyzed, with the three resistors in series, we just added to get that they acted together like a single resistor of 10 ohms. We can do a similar thing for parallel circuits. In the second circuit analyzed,
the electric current through the battery is 25 / 6 amperes. Thus, the parallel portion is equivalent to a single resistor of 20 / (25 / 6) = 4.8 ohms.
- What is the equivalent resistance if we change the 12 ohm resistor to 5 ohms?
- What is the equivalent resistance if the two are each 8 ohms?
- Find the formula for the equivalent resistance if the two resistors in parallel are r1 ohms and r2 ohms.
- Answer
- Using the variables from the earlier analysis,
ohms. - A similar analysis gives that is i2 = i1 = 20 / 8 = 4 and i0 = 40 / 8 = 5 amperes. The equivalent resistance is 20 / 5 = 4 ohms.
- Another analysis like the prior ones gives is i2 = 20 / r2, i1 = 20 / r1, and i0 = 20(r1 + r2) / (r1r2), all in amperes. So the parallel portion is acting like a single resistor of size 20 / i1 = r1r2 / (r1 + r2) ohms. (This equation is often stated as: the equivalent resistance r satisfies 1 / r = (1 / r1) + (1 / r2).)
- Problem 3
For the car dashboard example that opens this Topic, solve for these amperages (assume that all resistances are 2 ohms).
- If the driver is stepping on the brakes, so the brake lights are on, and no other circuit is closed.
- If the hi-beam headlights and the brake lights are on.
- Answer
- Problem 4
Show that, in this Wheatstone Bridge,
r2 / r1 equals r4 / r3 if and only if the current flowing through rg is zero. (The way that this device is used in practice is that an unknown resistance at r4 is compared to the other three r1, r2, and r3. At rg is placed a meter that shows the current. The three resistances r1, r2, and r3 are varied— typically they each have a calibrated knob— until the current in the middle reads 0, and then the above equation gives the value of r4.)
- Answer
Not yet done.
There are networks other than electrical ones, and we can ask how well Kirchoff's laws apply to them. The remaining questions consider an extension to networks of streets.
- Problem 5
Consider this traffic circle.
This is the traffic volume, in units of cars per five minutes.

We can set up equations to model how the traffic flows.
- Adapt Kirchoff's Current Law to this circumstance. Is it a reasonable modelling assumption?
- Label the three between-road arcs in the circle with a variable. Using the (adapted) Current Law, for each of the three in-out intersections state an equation describing the traffic flow at that node.
- Solve that system.
- Interpret your solution.
- Restate the Voltage Law for this circumstance. How reasonable is it?
- Answer
- An adaptation is: in any intersection the flow in equals the flow out. It does seem reasonable in this case, unless cars are stuck at an intersection for a long time.
- We can label the flow in this way.
Because 50 cars leave via Main while 25 cars enter, i1 − 25 = i2. Similarly Pier's in/out balance means that i2 = i3 and North gives i3 + 25 = i1. We have this system.
- The row operations ρ1 + ρ2 and rho2 + ρ3 lead to the conclusion that there are infinitely many solutions. With i3 as the parameter,
- If we picture an initially-empty circle with the given input/output behavior, we can superimpose a z3-many cars circling endlessly to get a new solution.
- A suitable restatement might be: the number of cars entering the circle must equal the number of cars leaving. The reasonableness of this one is not as clear. Over the five minute time period it could easily work out that a half dozen more cars entered than left, although the into/out of table in the problem statement does have that this property is satisfied. In any event it is of no help in getting a unique solution since for that we need to know the number of cars circling endlessly.
- Problem 6
This is a network of streets.
The hourly flow of cars into this network's entrances, and out of its exits can be observed.

(Note that to reach Jay a car must enter the network via some other road first, which is why there is no "into Jay" entry in the table. Note also that over a long period of time, the total in must approximately equal the total out, which is why both rows add to 235 cars.) Once inside the network, the traffic may flow in different ways, perhaps filling Willow and leaving Jay mostly empty, or perhaps flowing in some other way. Kirchhoff's Laws give the limits on that freedom.
- Determine the restrictions on the flow inside this network of streets by setting up a variable for each block, establishing the equations, and solving them. Notice that some streets are one-way only. (Hint: this will not yield a unique solution, since traffic can flow through this network in various ways; you should get at least one free variable.)
- Suppose that some construction is proposed for Winooski Avenue East between Willow and Jay, so traffic on that block will be reduced. What is the least amount of traffic flow that can be allowed on that block without disrupting the hourly flow into and out of the network?
- Answer
- Here is a variable for each unknown block; each known block has the flow shown.
We apply Kirchoff's principle that the flow into the intersection of Willow and Shelburne must equal the flow out to get i1 + 25 = i2 + 125. Doing the intersections from right to left and top to bottom gives these equations.
The row operation ρ1 + ρ2 followed by ρ2 + ρ3 then ρ3 + ρ4 and ρ4 + ρ5 and finally ρ5 + ρ6 result in this system.
Since the free variables are i4 and i7 we take them as parameters.
Obviously i4 and i7 have to be positive, and in fact the first equation shows that i7 must be at least 30. If we start with i7, then the i2 equation shows that
. - We cannot take i7 to be zero or else i6 will be negative (this would mean cars going the wrong way on the one-way street Jay). We can, however, take i7 to be as small as 30, and then there are many suitable i4's. For instance, the solution
- (i1,i2,i3,i4,i5,i6,i7) = (35,25,50,0,20,0,30)










