Skip to content
Prev Previous commit
Next Next commit
Update contents/IFS/IFS.md
Co-authored-by: Eric Berquist <eric.berquist@gmail.com>
  • Loading branch information
leios and berquist authored Sep 15, 2021
commit 68cf274d58ca25933330458d7a89f506b014737d
2 changes: 1 addition & 1 deletion contents/IFS/IFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Here, instead of tracking children of children, we track a single individual tha
{% sample lang="c" %}
[import:18-29, lang:"c"](code/c/IFS.c)
{% sample lang="lisp" %}
[import:5-13, lang:"lisp"](code/clisp/ifs.lisp)
[import:5-14, lang:"lisp"](code/clisp/ifs.lisp)
{% endmethod %}

If we set the initial points to the on the equilateral triangle we saw before, we can see the Sierpinski triangle again after a few thousand iterations, as shown below:
Expand Down