SquaredSquare {ResistorArray} | R Documentation |
A Squared square
Description
A resistor network corresponding to a squared square
Usage
data(SquaredSquare)
Format
Returns a conductance matrix
Details
The nodes are ordered so that the potentials are in increasing order.
Source
Bollobas 1998
Examples
data(SquaredSquare)
resistance(SquaredSquare,1,13) # should be 1
circuit(L=SquaredSquare,currents=c(NA,rep(0,11),1),v=c(0,rep(NA,12)))$potentials
# should be in increasing order
[Package ResistorArray version 1.0-32 Index]