- #1
CricK0es
- 54
- 3
- Homework Statement
- I am actually trying to create a load bank that has a range from 0 ohms (no resistors with negligible losses in wires) up to a specified value, N, that increases in value by 1 ohm at each setting to cover all the integers in the range . I want to minimise the number of resistors required for said bank without repetition. I would use python to simulate resistors being switched off and on the path of the current.
Is there some mathematical algorithmn or suggested reading that would help me determine this?
- Relevant Equations
- *
I have found code to find simply the minimum numbers needed, but I need to do it without repetition given the nature of an electric circuit. I hope that is a sufficient enough explanation of the problem. Despite being an engineering project this aspect is more mathematical.