Exercise 2.5.16. Suppose we have a directed graph with four nodes and five edges as follows:
- edge 1 from node 1 to node 2
- edge 2 from node 2 to node 3
- edge 3 from node 1 to node 3
- edge 4 from node 1 to node 4
- edge 5 from node 3 to node 4
Also assume that the graph is grounded at node 4. Do the following:
- Describe the current laws
at the three ungrounded nodes 1, 2, and 3.
- Describe how the current law at the grounded node 4 follows from the current laws at the other three nodes.
- Specify the rank of
.
- Relate the solutions to
to the loops in the graph.
Answer: We start by constructing the incidence matrix for the network; it contains 5 rows corresponding to the edges and 4 columns corresponding to the nodes:
The system can be expressed in matrix form as
a) The equations corresponding to the current laws for the first three (ungrounded) nodes are
b) The equation for the current law at the grounded node is . It can be derived from the three equations above by adding the first equation to the second equation to produce the equation
and then adding this equation to the third equation to produce
or
.
c) From inspection appears to have three pivots (in columns 1, 2, and 4) and therefore has rank 3. We can confirm this via elimination:
As noted above, there are three pivots in columns 1, 2, and 4, and thus the rank of is 3.
d) From the elimination above we see that ,
, and
are basic variables and
and
are free variables. The resulting echelon matrix corresponds to the following system of equations:
If we set and
then from the third equation we have
. Substituting into the second equation we have
. Substituting into the first equation we have
.
If we set and
then from the third equation we have
. Substituting into the second equation we have
. Substituting into the first equation we have
.
The general solution to is thus given by
The first term can be interpreted as a set of currents around the upper loop in the graph: In the bottom edge we have a current of from node 1 to node 3. We then have a current of
from node 2 to node 3, equivalent to a current of
from node 3 to node 2. Finally we have a current of
from node 1 to node 2, equivalent to a current of
from node 2 to node 1. The net current around the loop is zero.
The second term can be interpreted as a set of currents around the outer loop in the graph: In the top left edge we have a current of from node 1 to node 2. We then have a current of
from node 2 to node 3 along the upper right edge, and a current of
from node 3 to node 4 along the bottom right edge. Finally we have a current of
from node 1 to node 4, equivalent to a current of
from node 4 to node 1. Again the net current around the loop is zero.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.