resistor-cube

Compute total resistance of a cube of resistors

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

Version on this page:0.0.1.1
LTS Haskell 22.14:0.0.1.4
Stackage Nightly 2024-03-29: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.1@sha256:ea6152d8758a6da4b34264909f075d7c35600745de4ed26e5b98fdb440fe028c,1342

Module documentation for 0.0.1.1

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.