resistor-cube

Compute total resistance of a cube of resistors

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

Version on this page:0.0.1.3
LTS Haskell 22.18:0.0.1.4
Stackage Nightly 2024-04-22: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.3@sha256:1d7a672099fc3f4bc0745b25b4a04798a114a063cda4c255fabe23f9f4e5b959,1345

Module documentation for 0.0.1.3

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.