...the possibility that a similar ability of plotting the [Volterra-Lotka] fractal series exist from fractint.
My FRADOC 20.4 says: (I hope this copy & paste doesn't "wrap" and wind up being hard to read...) ---------------------------------------------------------------------------- Fractint Version 20.04 Page 83 2.51 Volterra-Lotka Fractals (type=volterra-lotka) In The Beauty of Fractals, these images are offered as an example of "how an apparently innocent system of differential equations gives rise to unimaginably rich and complex behavior after discretization." The Volterra-Lotka equations are a refinement of attempts to model predator- prey systems. If x represents the prey population and y represents the predator population, their relationship can be expressed as: dx/dt = Ax - Bxy = f(x,y) dy/dt = -Cy + Dxy = g(x,y) According to Peitgen and Richter, "Hence, x grows at a constant rate in the absence of y, and y decays at a constant rate in the absence of x. The prey is consumed in proportion to y, and the predators expand in proportion to x." They proceed to "discretize" this system, by "mating" the Euler and Heun methods. For purposes of image computation, their formula (Equation 8.3 on page 125) can be interpreted as: x(new) = x + h/2 * [ f(x,y) + f[x + pf(x,y), y + pg(x,y)] ] y(new) = y + h/2 * [ g(x,y) + g[x + pf(x,y), y + pg(x,y)] ] [Note: I believe that "pf()" and "pg()" are "p*f()" and "p*g()" -Hal] This formula can be used to plot or connect single points, starting with arbitrary values of x(0) and y(0), to produce typical "strange attractor" images such as the ones commonly derived from the Henon or Lorenz formulae. But to produce an escape-time fractal, we iterate this formula for all (x, y) pairs that we can associate with pixels on our monitor screen. The standard window is: 0.0 < x < 6.0; 0.0 < y < 4.5. Since the "unimaginably rich and complex behavior" occurs with the points that do NOT escape, the inside coloring method assumes considerable importance. The parameters h and p can be selected between 0.0 and 1.0, and this determines the types of attractors that will result. Infinity and (1, 1) are predictable attractors. For certain combinations, an "invariant circle" (which is not strictly circular) and/or an orbit of period 9 also are attractive. The invariant circle and periodic orbit change with each (h, p) pair, and they must be determined empirically. That process would be thoroughly impractical to implement through any kind of fixed formula. This is especially true because even when these attractors are chosen, the threshold for determining when a point is "close enough" is quite arbitrary, and yet it affects the image considerably. The best compromise in the context of a generalized formula is to use either the "zmag" or "bof60" inside coloring options. See Inside=bof60|bof61|zmag|fmod|period|atan (p. 183) for details. This formula performs best with a relatively high bailout value; the default is set at 256, rather than the standard default of 4. Fractint Version 20.04 Page 84 Reference: Peitgen, H.-O. and Richter, P.H. The Beauty of Fractals, Springer-Verlag, 1986; Section 8, pp. 125-7. ------------------------------------------------ It strikes me that since there are only two parameters, h and p, that one might be able to use Fractint's Explorer/Evolver to vary them both and see the variety of "unimaginably rich and complex behavior" in a single screenfull of 'thumbnails.' See: FRADOC 20.4: pg 98: "3.12 Parameter Explorer/Evolver" or: http://www.nahee.com/spanky/www/fractint/findex.html I use <ctrl>-F in my browser to find my topic on this long table of contents page. I would try this, except I'm about to "Factory Restore" my Win8.1 machine. --------------------------------------------------- . . . " ...x represents the prey population . . . and y represents the predator population..." I once saw this relationship between predator and prey drawn in accelerated real time on the face of an oscilloscope by an analog computer. It drew this *Phase Space Plot* that shows the Number of Predators versus the Number of Prey (scroll down to the 2nd plot): http://tinyurl.com/Lotka-Volterra-equations or: https://en.wikipedia.org/wiki/Lotka%E2%80%93Volterra_equations#A_simple_exam ple - Hal Lane ######################## # hallane@earthlink.net ######################## -----------Original Message------------- From: Fractint [mailto:fractint-bounces@mailman.xmission.com] On Behalf Of sciwise@ihug.co.nz Sent: Monday, October 26, 2015 6:07 AM To: fractint@mailman.xmission.com Subject: [Fractint] Reading Fractal Map A BASIC program is available at FreeBASIC , Forums , Projects [Fractal Map] that reads the values for the Volterra-Lotka fractal generated by fractint. The technique might also be applied to other fractals. I've sorted through the wealth of past posts and there is the possibility that a similar ability of plotting the fractal series exist from fractint. _______________________________________________ Fractint mailing list Fractint@mailman.xmission.com https://mailman.xmission.com/cgi-bin/mailman/listinfo/fractint --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
participants (1)
-
Hal Lane