ResistorArray-package: Electrical Properties of Resistor Networks

Description Details Author(s) References Examples

Description

Electrical properties of resistor networks using matrix methods.

Details

The DESCRIPTION file: This package was not yet installed at build time.

Index: This package was not yet installed at build time.

Author(s)

Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)

References

R.K.S. Hankin 2006. "Resistor networks in R: introducing the 'ResistorArray' package". R News, volume 6, number 2.

Examples

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

Example output

[1] 0.8333333
[1] 0.618034
[1] 0.762831

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