X-Git-Url: https://git.ucc.asn.au/?p=matches%2FFYP2014.git;a=blobdiff_plain;f=ipython_notebooks%2Ffractals_basic.ipynb;h=7ce2deab108102071a7957140b83de3296d3df83;hp=38b7eee0f80a70b2d1812f251a56b30fda1fec6a;hb=84bd0152f58f92049357d184d1cee7c57722cb83;hpb=2327a5dc388b9dbb0b7ff408364d38e9938282d4 diff --git a/ipython_notebooks/fractals_basic.ipynb b/ipython_notebooks/fractals_basic.ipynb index 38b7eee..7ce2dea 100644 --- a/ipython_notebooks/fractals_basic.ipynb +++ b/ipython_notebooks/fractals_basic.ipynb @@ -169,7 +169,7 @@ " normal = asarray([-s[1], s[0]])\n", " normal = normal / sum(normal*normal)**0.5\n", " # Calculate the three points \n", - " # Are these are the maps that form the iterated function system?\n", + " # Are these are the maps that form the iterated function system? I don't think so.\n", " # \"Notice that in each case the entire fractal can be recovered from a single point.\" Goldman\n", " # But for this I need *two* points :S\n", " \n",