LINEAR-ALGEBRA Β· Unit 12 Β· Video 1 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Row of : at "from" node, at "to" node, elsewhere | Incidence Matrix | One row per edge, one column per node |
| for edge | Discrete Differentiation | computes differences across edges |
| Null Space | Uniform shift produces zero differences | |
| Rank | For a connected graph with nodes |
Each directed edge becomes one row of : at its tail node, at its head, zeros elsewhere.
Multiplying by returns the potential difference along every edge.
Adding the same constant to all four nodes leaves every edge difference untouched β the shift lives in .
π‘ This is why Celsius and Kelvin always agree on temperature differences: the constant offset between the scales is a null-space shift, invisible to every subtraction.
Grounding one node to zero removes the ambiguity: the null space collapses from a line to .
Question 1
Edge goes from node 1 to node 4. What is the corresponding row of the incidence matrix ?
β Correct! Place at the 'from' node (column 1) and at the 'to' node (column 4).
β Not quite. Remember: goes at the 'from' column, at the 'to' column, zeros elsewhere.
Solution:
Edge goes from node 1 to node 4:
Question 2
Given node potentials , what is β the third entry of the product ?
(Recall: edge goes from node 1 to node 3.)
β Correct! The difference across edge is .
β Not quite. For edge (node 1 β node 3), compute .
Solution:
Row 3 of is (edge : node 1 β node 3).
Equivalently: .
Common mistakes:
Question 3
True or False: For any connected directed graph with nodes, the null space of its incidence matrix has dimension exactly 1.
β Correct! The rank is , leaving exactly one null space dimension β spanned by the all-ones vector.
β Not quite. Since for a connected graph, the null space dimension is .
Answer: True
For a connected graph with nodes:
The null space is spanned by : adding the same constant to every node produces zero differences on all edges. This single degree of freedom is why we need to choose a reference (ground) to make potentials unique.
Note: This holds for connected graphs. A graph with connected components would have null space dimension .
Question 4
You add to every node potential, replacing with . What happens to the vector of edge differences ?
β Correct! The all-ones vector is in the null space, so annihilates any uniform shift β differences are completely unchanged.
β Not quite. Recall that is in the null space: . What does that imply for ?
Answer: Every difference stays exactly the same.
Since is in the null space of , the matrix maps it to zero. The uniform shift is completely invisible to .
This is the same reason Celsius and Kelvin always agree on temperature differences β the 273-degree offset cancels in every subtraction:
Solved: 0 / 4