Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: chaosgame ([[<x1>, <y1>]...[<xm>, <ym>]], [<x0>, <y0>], <b>, <n>, ..., options, ...); Implements the so-called chaos game: the initial point (<x0>, <y0>) is plotted and then one of the <m> points [<x1>, <y1>]...[<xm>, <ym>] will be selected at random. The next point plotted will be on the segment from the previous point plotted to the point chosen randomly, at a distance from the random point which will be <b> times that segments length. The procedure is repeated <n> times.
(%o1) true (%i2)
load("dynamics");
evolution(cos(y), 2,...
staircase(cos(y), 1,...
load("dynamics");
evolution(cos(y), 2,...
staircase(cos(y), 1,...
load("dynamics");
evolution(cos(y), 2,...
staircase(cos(y), 1,...
load("dynamics");
evolution(cos(y), 2,...
staircase(cos(y), 1,...