diff --git a/wk11/week11.tex b/wk11/week11.tex index eb69514..a755c4b 100644 --- a/wk11/week11.tex +++ b/wk11/week11.tex @@ -71,6 +71,10 @@ There are 6 updating schemes: with their neighbours, they gradually become synchronised \end{enumerate} +Each of the updating methods consist of steps dependent on the cells surrounding them. +When operations are inconsistent (geographically) and performed on cells across different locations, the result of the these operations can be affected. When these systems are visualised, the effect of the specific update method may appear as a change in the final product. +\\ +\par The synchronous method updates all the cells at once for each time-step. As shown this results in a plot that is consistent. The Random Independent method allows any cell to be updated at any time