resistor-cube

Compute total resistance of a cube of resistors

http://hub.darcs.net/thielema/resistor-cube

Version on this page:0.0.1.2
LTS Haskell 22.14:0.0.1.4
Stackage Nightly 2024-03-28:0.0.1.4
Latest on Hackage:0.0.1.4

See all snapshots resistor-cube appears in

BSD-3-Clause licensed by Henning Thielemann
Maintained by [email protected]
This version can be pinned in stack with:resistor-cube-0.0.1.2@sha256:2aad06b3c31567a4d97f1a0d637505bfdeb46f4ad8899b2d76131320112c9cf6,1344

Module documentation for 0.0.1.2

There are no documented modules for this package.

This is an example of how to compute the total resistance of a non-trivial circuit of resistors. It demonstrates how to build the necessary matrix. We obtain the voltages and currents by solving simultaneous linear equations according to this matrix.