I am working on this exercise:
Wires go between Boston, Chicago, and Seattle. Those cities are at voltages $x_B$, $x_C$, $x_S$. With unit resistances between cities, the three currents are in $y$:
$y = Ax$
is
$\begin{bmatrix}y_{BC}\\y_{CS}\\y_{BS}\end{bmatrix} = \begin{bmatrix}1 &-1&0\\ 0&1&-1\\1 &0 &-1 \end{bmatrix} \begin{bmatrix}x_{B}\\x_{C}\\x_{S}\end{bmatrix}$
(a) Find the total currents $A^Ty$ out of the three cities.
However, I did not understand why the operation $A^Ty$, and specifically the use of the transpose of $A$, yields the total currents out of the three cities.
If you interpret the matrix as the description of a directed graph, (arrows exiting from each starting city to all ending cities, for all segments in the network) then the transpose matrix describes the way network segments enter each city.) Try drawing a network diagram for this case of three cities to confirm this.