<?php require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");

print_page_header();
?>
<p>In an electrical networks, there are closed loops and knots.</p>
<ol>
<li>On a knot, all the <em>currents</em> I_n flowing "into" the knot will also have to flow out again (at the same moment).</li>
<li>The <em>total voltage</em> U of each closed loop is 0. You can choose any loop, as long as it is closed.
      For this to be possible, you have to assign directions (arbitrarily but consistently) to each of the elements' voltages.</li>
</ol>
<!-- FIXME diagram -->
