Fractals[LSystem]
LSystemExamples
Lindenmayer System Examples
Description
Examples
Compatibility
LSystemExamples is a package that exports 12 examples of Lindenmayer Systems that are ready for use with the LSystemPlot and Iterate commands.
The 12 exported Lindenmayer Systems:
Each example is itself a module with four exports:
, , , and
defines the rules of the LSystem Iteration process.
defines the Initial String of the LSystem.
defines the plotting procedures that each character represents.
defines the initial plotting angle of the LSystem.
These exports can be given to LSystemPlot, and Iterate directly as input (for the respective parameters).
LSystemExamples also exports three functions:
, , .
accepts an exported LSystem example and an optional positive integer (the default value is 1) to specify how many times the iteration rule will be applied to the initial state. returns a plot of the LSystem.
accepts an LSystem state and prints the string representing the state.
accepts a table of LSystem rules and prints the rules as a list(string=string).
The Fractals:-LSystem:-LSystemExamples package was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
Iterate
LSystemPlot
Download Help Document