RosettaCodeData/Task/Resistor-mesh/00-TASK.txt
2023-07-01 13:44:08 -04:00

13 lines
562 B
Text

[[image:resistor-mesh.svg|300px||right]]
;Task:
Given &nbsp; <big> 10&times;10 </big> &nbsp; grid nodes &nbsp; (as shown in the image) &nbsp; interconnected by &nbsp; <big> 1Ω </big> &nbsp; resistors as shown,
<br>find the resistance between points &nbsp; '''A''' &nbsp; and &nbsp; '''B'''.
;See also:
* &nbsp; (humor, nerd sniping) &nbsp; [http://xkcd.com/356/ xkcd.com cartoon] (you can solve that for extra credits)
* &nbsp; [https://www.paulinternet.nl/?page=resistors An article on how to calculate this and an implementation in Mathematica]
<br><br>