Percolation/Site percolation: Difference between revisions

m
Grammar
(New draft task and Python solution.)
 
m (Grammar)
Line 7:
;The task:
Simulate creating the array of cells with probability <math>p</math> and then
testing if there is a route through adjacent filled cells from any on row <math>0</math> to any on row <math>N</math> cell, i.e. testing for site percolation.
 
Given <math>p</math> repeat the percolation <math>t</math> times to estimate the proportion of times that the fluid can percolate to the bottom for any given <math>p</math>.
Anonymous user