SquaredSquare: A Squared square

Description Usage Format Details Source Examples

Description

A resistor network corresponding to a squared square

Usage

1

Format

Returns a conductance matrix

Details

The nodes are ordered so that the potentials are in increasing order.

Source

Bollobas 1998

Examples

1
2
3
4
5
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

ResistorArray documentation built on May 2, 2019, 7:26 a.m.