File tree Expand file tree Collapse file tree
Problems/Mathematics/Day-03/sol/Ayush_Saha Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222Proper fractions mean the resistors are arranged in parallel.
2323The simplest proper fraction to work with is of the type 1 / b, which means b resistors arranged in parallel.
2424The first step of the converting a proper fraction to it's continued fraction form is to convert it into an improper fraction.
25- So a / b becomes 1 / (b / a). Now we conver b / a to it's mixed form. We keep doing this until we get r / b , where r = 1.
26- We keep tracking k , because that gives us number of resistors arranged in series the final b , gives the last few resistors
25+ So a / b becomes 1 / (b / a). Now we convert b / a to it's mixed form ki + (ri / ai) . We keep doing this until we get r / ai , where r = 1.
26+ We keep tracking ki , because that gives us number of resistors arranged in series the final ai , gives the last few resistors
2727 that are arranged in parallel.
2828*/
2929
You can’t perform that action at this time.
0 commit comments