Logo by reallybigname - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. March 19, 2024, 09:14:48 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Mathematical formula for fractal tree  (Read 20575 times)
0 Members and 1 Guest are viewing this topic.
Jules Ruis
Fractal Lover
**
Posts: 209


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 7946 times.)

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

Jules J.C.M. Ruis
www.fractal.org
matera
Guest
« 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
alan2here
Guest
« 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
Guest
« 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
Fractal Supremo
*****
Posts: 1158



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: 209


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
Has everything that can be already been encoded in a mathematical formula? Philosophy DOMEHEAD 9 9978 Last post July 28, 2011, 05:55:22 PM
by Sockratease
Extract mathematical formula from Mandelbulb feature request « 1 2 » grasshopper 19 9457 Last post February 28, 2013, 01:53:39 PM
by cKleinhuis
Fractal names and formula sumarization Mandelbrot & Julia Set nmmmnu 7 7318 Last post June 15, 2015, 08:10:09 AM
by nmmmnu
fractal formula General Discussion Fhalo 1 2321 Last post April 02, 2016, 02:57:20 AM
by avmorgan
Simplest formula for producing arbitrarily complex fractal? General Discussion « 1 2 » quick yellow whale 29 7424 Last post January 28, 2017, 01:46:57 AM
by quick yellow whale

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

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