Resistance calculator: Difference between revisions

no edit summary
(Created page with "== Introduction == * Calculate the resistance of a network of resistors. * The resistors can be connected in series or parallel. * Use infix or RPN to state the network. * C...")
 
No edit summary
Line 18:
* RPN: 10 2 + 6 * 8 + 6 * 4 + 8 * 4 + 8 * 6 +
== Output for voltage 18.0 V ==
* Voltage = 18.0 V
* 10.000 ohms in the upper left corner is the equivalent resistance.
* The first operation is 10 + 2 = 12 which can be found in the three middle rows.
Ohm Volt Ampere Watt Network tree
10.000 18.000 1.800 32.400 +
Line 39 ⟶ 42:
8.000 7.200 0.900 6.480 | | r
6.000 10.800 1.800 19.440 | r
 
* 10.000 ohms in the upper left corner is the equivalent resistance.
* The first operation is 10 + 2 = 12 which can be found in the three middle rows.