Step 3: Use new tool and iterate

[size=150]Finally, we use our new tool [code]Grow() [/code]and the command [url=https://wiki.geogebra.org/en/IterationList_Command]IterationList()[/url] to apply recursion.[br][br][/size][size=150][b]Warning:[/b] In this part, GeoGebra online is slow. It is better to use GeoGebra classic 5 or GeoGebra 6 [b]for desktop[/b].[/size]
GGB Scripting - One level per iteration using Iteration() command
L1 = f[br]L2 = Iteration(Flatten(Zip(Grow(s), s, level)), level, {{f}}, 1)[br]L3 = Iteration(Flatten(Zip(Grow(s), s, level)), level, {{f}}, 2)[br]L4 = Iteration(Flatten(Zip(Grow(s), s, level)), level, {{f}}, 3)[br]# etc...
GGB Scripting - All levels at once
ListAll = IterationList(Flatten(Zip(Grow(s), s, level)), level, {{f}}, 8)
Setp 3: Demo plotting all levels at once
[size=150]If you want, share your tree(s) with me or maybe other variations to create other kind of fractals. Just send me a twee[/size][size=150]t [url=https://twitter.com/jcponcemath]@jcponcemath[br][br][/url][/size][size=150]Here are are a few examples:[br][br][/size][size=150][url=https://x.com/SparksMaths/status/1737231335113298149?s=20]Koch snowflake[/url] by [url=https://twitter.com/SparksMaths]@SparksMaths[br][br][/url][url=https://twitter.com/bancoche/status/1735909352458813700]3D tree[/url] by [url=https://twitter.com/bancoche]Bernat Ancochea[/url][/size]

Information: Step 3: Use new tool and iterate