(12C) Resistors in Parallel
|
10-25-2018, 12:50 PM
Post: #2
|
|||
|
|||
RE: (12C) Resistors in Parallel
Hi Gamo
Dieter had a better program, with more accuracy by doing R = R1 R2 / (R1 + R2) Quote:What is the total with 4 resistors in parallel? There is no need for more code. Just keep running each pair in parallel. Parallel of 50, 65, R = 50*65/(50+65) = 28.261 "Add" 120, R = 120*28.261/(120+28.261) = 22.874 "Add" 250, R = 250*22.874/(250+22.874) = 20.957 (total of 4 resister in parallel) Quote:1st resistor is 50 and my desire total is 28.2608 Again, no need for more code. Remove a resister from total R, just negate the resister. R1 = -50*28.2608/(-50+28.2608) = 65.000 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(12C) Resistors in Parallel - Gamo - 10-25-2018, 10:18 AM
RE: (12C) Resistors in Parallel - Albert Chan - 10-25-2018 12:50 PM
RE: (12C) Resistors in Parallel - Dieter - 10-28-2018, 09:23 AM
RE: (12C) Resistors in Parallel - Thomas Klemm - 10-25-2018, 02:57 PM
RE: (12C) Resistors in Parallel - Gamo - 10-26-2018, 05:01 AM
|
User(s) browsing this thread: 2 Guest(s)