Logo by teamfresh - 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: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. November 29, 2025, 05:42:55 PM


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: MandelMitchFractal  (Read 927 times)
0 Members and 1 Guest are viewing this topic.
regfre
Guest
« on: December 08, 2010, 05:46:36 PM »

I am maked Hybride fractal Newton + Mitch:
Code:
init:
  z = 1
loop:
  zold = z
  nwt1 = (@p1 - 1) * z^@p1 + (@p2 - 1)*z^@p2 + @r
  nwt2 =  @p1 * z ^ (@p1 - 1)+ @p2 * z ^ (@p2 - 1)
  zn =  nwt1/nwt2 + #pixel
  z = (zn+ 1/zn^@pp)
bailout:
  |z - zold|>= @bailout
p1  - "Exponent1"
p2  - "Exponent2
pp  - "Power"
Overview(Power = 2):

Zoom(Power = 2):

Zoom(Power = 4)

Zoom(Power = -20):


Also NewtonMitch Hybride:


Also looked other my images:
http://regfre.deviantart.com
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #1 on: December 08, 2010, 05:52:00 PM »

its x-mas time!
Logged

---

divide and conquer - iterate and rule - chaos is No random!
The Rev
Guest
« Reply #2 on: December 08, 2010, 10:46:08 PM »

Number 3 is definitely my favorite.  It's like a fiery flower, and quite beautiful.

Also, I think you might consider re-rendering #4 with a higher iteration count.  The mini-brot in the center didn't fully form, and there are probably other details that could be brought out.  Just my 2¢

Nice work all around!

The Rev
Logged
regfre
Guest
« Reply #3 on: December 09, 2010, 03:14:12 PM »

Thanks smiley

Logged
bib
Global Moderator
Fractal Senior
******
Posts: 2070


At the borders...


100008697663777 @bib993
WWW
« Reply #4 on: December 09, 2010, 03:25:33 PM »

My fave is the last one. What coloring formula did you use? Looks like one layer of escape time + one layer of distance estimator, or is there some circular orbit trap in there?
Logged

Between order and disorder reigns a delicious moment. (Paul Valéry)
regfre
Guest
« Reply #5 on: December 09, 2010, 06:17:51 PM »

Formula:
Code:
init:
  z = #pixel
loop:
  zold = z
  nwt1 = (@p1 - 1) * z^@p1 + (@p2 - 1)*z^@p2  + @r
  nwt2 =  @p1 * z ^ (@p1 - 1)+ @p2 * z ^ (@p2 - 1)
  zn =  nwt1/nwt2
  nwtm1 = zn^3 - 1
  nwtm2 = 3*zn^2
  z = z -(nwtm1/nwtm2)
bailout:
  |z - zold|>= @bailout
The last one used @p1 = 3,@p2 = 0 and Two Layer(1 - Exponent Smoothing,2 - Smothing Iteration)
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  


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.25 seconds with 25 queries. (Pretty URLs adds 0.006s, 2q)