linear-circuit-0.1.0.4: Compute resistance of linear electrical circuits
Safe HaskellNone
LanguageHaskell2010

Math.LinearCircuit

Documentation

resistance :: (Edge edge, Ord node, Floating a) => Graph edge node a nodeLabel -> node -> node -> a Source #