Logo by Trifox - Contribute your own Logo!
Read Competition Announcement
News:
<- Click here if you want to donate for continuity of this forum!
info about usage
 
*
Welcome, Guest. Please login or register., Guest. Please login or register. May 24, 2012, 06:30:09 AM


Login with username, password and session length



Pages: [1]   Go Down
  Print  
Share this topic on Facebook
Author Topic: Mathematical formula for fractal tree  (Read 6033 times)
0 Members and 1 Guest are viewing this topic.
Jules Ruis
Fractal Lover
**
Posts: 195


Jules Ruis


WWW
« on: October 24, 2006, 10:15:59 PM »

I got from Titia the next algorithm for making a fractal in the Fractal Explorer, but it is not clear for me what the mathematical formula is. For using in Fi the formula must be of a form like z=z^2 + c#.
In case of a fractal tree I use as formula: if (x#>0) then z=(z-1)/c#,  else z=(z+1)/conj(c#)

Who can help me?

Algorithm

// -declaration of the local temporary variables
  var T0,T1,T2,T3,T4,T5 : TComplex;
Begin                         
  // -"julia" flag           
  If julia Then begin         
  end;                       
                             
  // -initialization code     
  //  (first iteration)       
  If iter_number=1 Then begin
  end;                       
                             
  // write your formula here 
  //Z:=CAdd(CSqr(Z),C);  // mandelbrot
  // z*Fn1(z)+Fn2(z)/z+P1/C
  T1:=Z;
  FuncDisp(FN1,T1);
  T2:=Z;
  FuncDisp(FN2,T2);
  T1:=CMul(Z,T1);
  Z:=CDiv(T2,Z);
  T2:=CDiv(P1,C);
  Z:=CAdd(T1,Z);
  Z:=CAdd(Z,T2);
                             
  SetResult(x,y, Z);         
                             
  // user-defined bailout test:
  // uncomment and change next
  // lines if you want         
//If x*x+y*y>4 Then begin     
//   EndLoop:=True;           
//end;                         
End;


* Fractal Tree Titia.GIF (30.85 KB, 237x174 - viewed 695 times.)

* Fractal-Tree-Jules.jpg (61.78 KB, 320x240 - viewed 575 times.)
« Last Edit: October 24, 2006, 10:23:14 PM by julesruis » Logged

Jules J.C.M. Ruis
www.fractal.org
Matera the Mad
Strange Attractor
***
Posts: 205



WWW
« Reply #1 on: October 25, 2006, 03:53:38 AM »

I think this might help - the problem is that the formula is compiled and the programming language (Delphi) complicates things. I have not, alas, bothered to take motes and figure out how to translate the mess back. My formulae are of the "duhhh... let's throw something in here and see what happens" kind LOL
Logged

Everything is fractal
alan2here
Iterator
*
Posts: 144


« Reply #2 on: October 25, 2006, 09:28:04 PM »

There is a julia seed to the mendlebrot with 1.5 power that looks verry much like this too.
Logged
titia
Strange Attractor
***
Posts: 230



WWW
« Reply #3 on: October 25, 2006, 09:59:37 PM »

I just posted the *.frs file of the fractal tree in the "rate my file", parameter section. If you want to get a tree with this formula you also need the settings. It's a Fractal Explorer file.

« Last Edit: October 25, 2006, 10:21:24 PM by titia » Logged
lycium
Global Moderator
Fractal Iambus
******
Posts: 813



WWW
« Reply #4 on: October 30, 2006, 07:55:30 AM »

There is a julia seed to the mendlebrot with 1.5 power that looks verry much like this too.

that's exactly what it is: the glynn set

reference: http://www.efg2.com/Lab/FractalsAndChaos/GlynnFunction.htm (efg labs has even been linked on these very forums: http://www.fractalforums.com/index.php?topic=77.0)
Logged

Jules Ruis
Fractal Lover
**
Posts: 195


Jules Ruis


WWW
« Reply #5 on: October 30, 2006, 01:05:51 PM »

Thanks for the Glenn set. I think I am on the right track now!

Jules.
Logged

Jules J.C.M. Ruis
www.fractal.org
Pages: [1]   Go Down
  Print  
 
Jump to:  


Related Topics
Subject Started by Replies Views Last post
Fractal Formula Help Help & Support fractalwizz 5 7103 Last post November 30, 2008, 03:30:03 PM
by David Makin
Very simple formula for fractal patterns New Theories & Research « 1 2 ... 7 8 » Kali 106 8804 Last post March 21, 2012, 07:18:56 PM
by Asdam
Has everything that can be already been encoded in a mathematical formula? Philosophy domehead 9 3100 Last post July 28, 2011, 05:55:22 PM
by Sockratease
A possible 3D fractal formula Mandelbulb 3d luc2 6 442 Last post March 14, 2012, 03:45:10 PM
by Asdam
Little known mathematical constant... Fractal Humor gamma 6 398 Last post March 08, 2012, 11:12:26 PM
by cKleinhuis

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.304 seconds with 30 queries. (Pretty URLs adds 0.016s, 2q)