Resistance network calculator: Difference between revisions

m
(→‎{{header|Go}}: Updated in line with the Python 'reference' entry and simplified by replacing *big.Rat with float64 throughout.)
Line 210:
if(b>0) A[b,a]=A[b,a] - r;
}
A[k0,k0]=1;
b:=GSL.Vector(n); // zero filled
b[k1]=1;
Anonymous user