ResistorArray (version 1.0-32)

SquaredSquare: A Squared square

Description

A resistor network corresponding to a squared square

Usage

data(SquaredSquare)

Arguments

Format

Returns a conductance matrix

Details

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

Examples

Run this code
# NOT RUN {
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

# }

Run the code above in your browser using DataCamp Workspace