resistor-cube

Compute total resistance of a cube of resistors

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

Version on this page:0.0.1
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@sha256:07874483c2d46979588b855f1191ecdbb2cdfbc551a10a49379d76f37d505d35,1235

Module documentation for 0.0.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. The computed voltages and currents are elements of the null vector of that matrix.

For a generalized version see the tests of the linear-circuit package.