# Finite (and rather small) approximation to the resistor network from # Nerd Sniping, xkcd #356. This network is 4 nodes by 5; the # measurement nodes are marked with ( ): # # 0,0---1,0---2,0---3,0---4,0 # | | | | | # 0,1---1,1---2,1--(3,1)--4,1 # | | | | | # 0,2--(1,2)--2,2---3,2---4,2 # | | | | | # 0,3---1,3---2,3---3,3---4,3 R 0,0 1,0 1 R 1,0 2,0 1 R 2,0 3,0 1 R 3,0 4,0 1 R 0,1 1,1 1 R 1,1 2,1 1 R 2,1 3,1 1 R 3,1 4,1 1 R 0,2 1,2 1 R 1,2 2,2 1 R 2,2 3,2 1 R 3,2 4,2 1 R 0,3 1,3 1 R 1,3 2,3 1 R 2,3 3,3 1 R 3,3 4,3 1 R 0,0 0,1 1 R 0,1 0,2 1 R 0,2 0,3 1 R 1,0 1,1 1 R 1,1 1,2 1 R 1,2 1,3 1 R 2,0 2,1 1 R 2,1 2,2 1 R 2,2 2,3 1 R 3,0 3,1 1 R 3,1 3,2 1 R 3,2 3,3 1 R 4,0 4,1 1 R 4,1 4,2 1 R 4,2 4,3 1 V 1,2 0 V 3,1 1