LINEAR-ALGEBRA ยท Unit 12 ยท Video 3 ยท Interactive Practice
| Step | Formula | Name | Description |
|---|---|---|---|
| 1. Geometry | Potential differences | = incidence matrix; each row has (start) and (end) | |
| 2. Physics | Ohm's law | = diagonal matrix of conductances; | |
| 3. Conservation | Kirchhoff's current law | Net current at each node = external source | |
| Combined | Equilibrium equation | Substitute steps 1 & 2 into step 3 |
Symmetry property: , since is diagonal (so ) and .
Each directed edge becomes one row of : at its start node, at its end node.
๐ก is pure topology โ the physics (conductances) enters only later, through .
Node potentials flow through , and the node forces always sum to zero.
๐ก Challenge: set all four potentials equal โ why does every drop , current , and force then vanish?
Whatever conductances you choose, equals its own transpose.
๐ก Symmetry is structural: , because for any diagonal . That is exactly what guarantees real eigenvalues and a Cholesky factorization.
Question 1
A directed edge runs from node 3 to node 1 in a network with 4 nodes. What does the corresponding row of the incidence matrix look like?
โ Correct! Start node 3 gets , end node 1 gets .
โ Not quite. Remember: at the start node, at the end node. The edge goes from 3 to 1.
Solution:
The rule is: place at the start node column and at the end node column.
Question 2
In the equilibrium equation , what does the diagonal matrix encode?
โ Correct! holds the material property (conductance, stiffness, etc.) for each edge, and it's diagonal because edges are independent.
โ Not quite. Think about which of the three steps โ geometry, physics, or conservation โ introduces material properties.
Solution:
In , each symbol plays a distinct role:
| Symbol | Encodes |
|---|---|
| Connectivity โ which nodes each edge connects (geometry) | |
| Material properties โ conductance, stiffness, or pipe conductance on each edge (physics) | |
| External forcing โ current, force, or flow injected at each node | |
| Unknowns โ potentials, displacements, or pressures at each node |
is diagonal because each edge's material property is independent of the others. It enters in Step 2 (physics): .
Question 3
Consider the 4-node network from the video. Edge 3 runs from node 1 to node 3, so its row in is .
If the node potentials are , , , , what is the voltage drop across edge 3?
โ Correct! . The potential drops along this edge.
โ Not quite. Use the formula: . Be careful with the sign!
Solution:
Edge 3 goes from node 1 to node 3. Its row in is .
The voltage drop is the dot product of this row with :
The formula is always end node minus start node: .
The negative sign means potential decreases from node 1 to node 3.
Question 4
True or False: The matrix is symmetric only when all edge conductances are equal (i.e., only when for some scalar ).
โ Correct! Symmetry holds for any diagonal , not just scalar multiples of . The proof only requires that , which is true for every diagonal matrix.
โ Not quite. Look at the symmetry proof โ which property of does it actually use? Is that property limited to ?
Solution: False.
is symmetric for any diagonal matrix with positive entries โ the conductances do not need to be equal.
Proof:
Now simplify each piece:
Substituting back:
The symmetry is a structural property guaranteed by the algebraic form , not by any special relationship between the values in .
You can verify this in Visualization 3 above โ try any combination of conductances!
Solved: 0 / 4