Infinite tetration fractal pictures
#13
(04/15/2008, 11:30 AM)bo198214 Wrote: I created some more awesome pictures with focus on spirals in the fractal.
I changed the software from "fractal explorer" to chaos pro which is somehow more prefessional when needed for fluidly navigating a fractal and it is especially faster.
As it is perhaps somewhat cumbersome (for the viewer) to put the photos directly in the thread I decided to make a small gallery and just put a snapshot of the thumbnails here...
Could you post the formula for that, please? the formula I'm using is:
Code:
cp_97545
{
parameter complex perturb;

    void init(void)
    {
        z=perturb;
    }
    void loop(void)
    {
        z=pixel^z;
    }
    bool bailout(void)
    {
        return(|z|<16);
    }
    void description(void)
    {
        this.title="Tetration";
        this.helpfile = "ChaosPro.chm";
        this.helptopic = "Iteration Formula";
        this.center=(1,3);
        this.angle=0;
        this.maxiter=250;
        this.periodicity=0;
        this.helpfile="formulas.html";
        perturb.caption="Perturbation";
        perturb.default=(0,0);
        perturb.hint="Start value for iteration, also called perturbation";
    }
}
It's just a modification of the default code, and while it looks like the tetration fractal, it's nothing like the images you've posted. Have I merely got the coloring wrong?
Reply


Messages In This Thread
Infinite tetration fractal pictures - by bo198214 - 04/12/2008, 10:32 PM
RE: fractals - by bo198214 - 04/12/2008, 10:42 PM
RE: fractals - by bo198214 - 04/12/2008, 10:44 PM
RE: fractals - by bo198214 - 04/12/2008, 10:46 PM
RE: fractals - by bo198214 - 04/12/2008, 10:48 PM
tetration fractal spirals - by bo198214 - 04/15/2008, 11:30 AM
RE: tetration fractal spirals - by 73939 - 06/29/2010, 08:34 PM
RE: tetration fractal spirals - by bo198214 - 07/01/2010, 03:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  self penta root and infinite hexation Alex Zuma 2025 0 4,122 08/30/2025, 10:07 PM
Last Post: Alex Zuma 2025
  Pictures of some generalized analytical continuations Caleb 18 18,852 03/17/2023, 12:56 AM
Last Post: tommy1729
  another infinite composition gaussian method clone tommy1729 2 5,001 01/24/2023, 12:53 AM
Last Post: tommy1729
  Tetration Fractal Shanghai46 5 7,110 10/18/2022, 05:39 PM
Last Post: Daniel
  Pentation fractal Daniel 11 13,714 08/03/2022, 03:04 AM
Last Post: JmsNxn
  Infinite tetration and superroot of infinitesimal Ivars 129 338,913 06/18/2022, 11:56 PM
Last Post: Catullus
  Interpolating an infinite sequence ? tommy1729 14 17,089 06/17/2022, 10:41 PM
Last Post: tommy1729
  Improved infinite composition method tommy1729 5 10,238 07/10/2021, 04:07 AM
Last Post: JmsNxn
  [repost] A nowhere analytic infinite sum for tetration. tommy1729 0 6,055 03/20/2018, 12:16 AM
Last Post: tommy1729
  Pictures of the Chi-Star sheldonison 14 45,320 06/09/2017, 05:25 PM
Last Post: JmsNxn



Users browsing this thread: 1 Guest(s)