ResistorArray-package {ResistorArray}R Documentation

Electrical properties of resistor networks

Description

Electrical properties of resistor networks such as the resistance between any two nodes and the current that passes along any wire

Details

Package: ResistorArray
Type: Package
Version: 1.0
Date: 2007-01-23
License: GPL

The package uses matrix methods to determine resistances between nodes of a resistor network.

Author(s)

Robin K. S. Hankin

Maintainer: <r.hankin@noc.soton.ac.uk>

References

Rnews 2006.

Examples

# resistance between opposite corners of a skeleton cube:
resistance(cube(),1,7)   # known to be 5/6 Ohm

# resistance of a Jacob's ladder:
 resistance(ladder(60),1,2)  # should be about (sqrt(5)-1)/2

# Google aptitude test:
 array.resistance(1,2,15,17)  # analytical answer 4/pi-1/2

[Package ResistorArray version 1.0-25 Index]