Problem 453. resistor ladder
- You have a bunch (an odd number N) of identical resistors (each R ohms), a good battery (V volts), and a high impedance voltmeter.
- Create a ladder as follows.
- Connect negative terminal of the battery to ground.
- Connect positive terminal of the battery to one resistor. Connect other end of this resistor to two resistors.
- Connect other end of the second resistor to ground. Connect other end of the third resistor to two resistors and keep building similarly as long as possible.
- Connect the last end of the last resistor to the voltmeter and measure the reading with reference to ground.
- Please give the general solution. The test suite may change.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers33
Suggested Problems
-
1328 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1296 Solvers
-
Back to basics 11 - Max Integer
790 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
611 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
830 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!