makefullmatrix {ResistorArray} | R Documentation |
Conductance matrix for a lattice of unit resistors
makefullmatrix(R, C)
R |
Number of rows of nodes |
C |
Number of columns of nodes |
Note that the array is toroidally connected. Determine pairwise
resistances using function array.resistance()
.
Returns matrix of size RC*RC. Note that this matrix is singular.
Robin K. S. Hankin
makefullmatrix(3,3)