I'm trying to find an elegant solution to this problem - consider simple buss wires, with, albeit very small, resistance (Rb) supplying a load (Rl); equivalent resistance is 2Rb +Rl. Then add in another "sector" of buss and load; equivalent resistance, with a bit of algebra, is 2Rb + Rl(2Rb + Rl)/(2Rb + 2Rl). So far so good. But, when you add in a 3rd sector, the algebra starts to get tricky, and the fourth sector will really test your skills. I don't even want to think about the fifth sector. Of course, I've written a program in BASIC to solve this, but it is not elegant - I was wondering if anybody knows how to calculate this elegantly. This situation occurs in "parrallel" type heating cables when trying to analyze voltage drop along the length of the cable.