Post Reply 
Simple parallel circuit problem
08-25-2015, 11:07 PM (This post was last modified: 08-25-2015 11:08 PM by Garth Wilson.)
Post: #10
RE: Simple parallel circuit problem
Often overlooked, and I don't know why since this is what's happening: Add the conductances, then invert again to get resistance:

a // b = 1/ (1/a + 1/b)

To do several at once do for example (in HP-41 programming):

Code:
100   \ First resistor value
1/X
330   \ Second resistor value
1/X
+
910   \ Third resistor value
1/X
+
[...] \ Go as far as you want.
1/X   \ Turn the sum of the conductances into resistance.

Doing it in complex numbers, it works for admittance too, ie, where there may be capacitive or inductive reactances.

http://WilsonMinesCo.com (Lots of HP-41 links at the bottom of the links page, http://wilsonminesco.com/links.html )
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Simple parallel circuit problem - Garth Wilson - 08-25-2015 11:07 PM



User(s) browsing this thread: 1 Guest(s)