Tuesday 17 March 2015

Pseudocode to solve total resistance count function

For instance:
R1, (R2 // R3)

1. Solve the paralel first with formula:
1/Rt = (R2 x R3) / (R3 + R3)
2. Find Rt = 1/...
3. And then add to R1
4. End
 

No comments:

Post a Comment