Infinite tetration fractal pictures
#11
bo198214 Wrote:
Gottfried Wrote:I converted some into "plakette"-type (german; english: "plate"?) to put it, for instance, into silver and wear it as necklace...
yes but then you really have to use the necklace!

Well, better I look in the dictionary first ... Rolleyes

<G>
Gottfried Helms, Kassel
#12
Your 3rd one is really cute, kinda town musiciants of Bremen but with crabs *ggg*.
#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?
#14
(06/29/2010, 08:34 PM)73939 Wrote: 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?

You need to set the bailout to a really large value.
#15
Ah. Thanks!
[Image: tetfractal4small.jpg]
I've got that as my wallpaper now.
#16
(07/01/2010, 11:14 PM)73939 Wrote: I've got that as my wallpaper now.

Ya, great! Why not putting it as poster in the mathematics or computer room in your school?
Fractals are really great for posters, as you can get into details!
I guess there are some poster printing services around, that print a poster when given as .jpg or so with really big resolution.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pictures of some generalized analytical continuations Caleb 18 4,373 03/17/2023, 12:56 AM
Last Post: tommy1729
  another infinite composition gaussian method clone tommy1729 2 938 01/24/2023, 12:53 AM
Last Post: tommy1729
  Tetration Fractal Shanghai46 5 1,901 10/18/2022, 05:39 PM
Last Post: Daniel
  Pentation fractal Daniel 11 3,781 08/03/2022, 03:04 AM
Last Post: JmsNxn
  Infinite tetration and superroot of infinitesimal Ivars 129 245,575 06/18/2022, 11:56 PM
Last Post: Catullus
  Interpolating an infinite sequence ? tommy1729 14 4,823 06/17/2022, 10:41 PM
Last Post: tommy1729
  Improved infinite composition method tommy1729 5 4,332 07/10/2021, 04:07 AM
Last Post: JmsNxn
  [repost] A nowhere analytic infinite sum for tetration. tommy1729 0 4,071 03/20/2018, 12:16 AM
Last Post: tommy1729
  Pictures of the Chi-Star sheldonison 14 32,497 06/09/2017, 05:25 PM
Last Post: JmsNxn
  [2014] The angle fractal. tommy1729 1 5,511 10/19/2014, 03:15 PM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)