Logo by Dinkydau - 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: Check out the originating "3d Mandelbulb" thread here
 
*
Welcome, Guest. Please login or register. April 24, 2024, 09:15:02 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: Contraction of Multi Power Mandelbrots  (Read 3967 times)
0 Members and 4 Guests are viewing this topic.
simon.snake
Fractal Bachius
*
Posts: 640


Experienced Fractal eXtreme plugin crasher!


simon.fez SimonSideBurns
« on: July 20, 2014, 06:47:32 PM »

Contraction of Multi Power Mandelbrots



http://www.fractalforums.com/index.php?action=gallery;sa=view;id=16428

The following FractInt formula:

Code:
simon0142-L {
  ; conditional mandel/julia assignments
  ;
  if (ismand)
    p = pixel
    z = p
  else
    p = p1
    z = pixel
  endif
  z2 = z3 = z4 = z5 = z6 = z7 = z8 = z9 = z10 = z11 = z:

  ; perform normal escape time calculation
  ;
  z2 = z2 ^ 2 + p
  z3 = z3 ^ 3 + p
  z4 = z4 ^ 4 + p
  z5 = z5 ^ 5 + p
  z6 = z6 ^ 6 + p
  z7 = z7 ^ 7 + p
  z8 = z8 ^ 8 + p
  z9 = z9 ^ 9 + p
  z10 = z10 ^ 10 + p
  z11 = z11 ^ 11 + p

  ; Bailout test
  ;
  |z2| < 4 || |z3| < 4 || |z4| < 4 || |z5| < 4 || |z6| < 4 || |z7| < 4 || |z8| < 4 || |z9| < 4 || |z10| < 4 || |z11| < 4
}

Produces the image above and also here are a few other zoomed in images:









There are multiple minibrots of various powers dotted around in various locations, but, as it is calculating quite a few powers at once, it does get really slow.

Still, it is a candidate for conversion to Fractal eXtreme, when I get my head around it.
Logged

To anyone viewing my posts and finding missing/broken links to a website called www.needanother.co.uk, I still own the domain but recently cancelled my server (saving £30/month) so even though the domain address exists, it points nowhere.  I hope to one day sort something out but for now - sorry!
simon.snake
Fractal Bachius
*
Posts: 640


Experienced Fractal eXtreme plugin crasher!


simon.fez SimonSideBurns
« Reply #1 on: July 23, 2014, 09:02:56 PM »

Still, it is a candidate for conversion to Fractal eXtreme, when I get my head around it.

Well, I have started this process and I think I am doing things right, but all I get is a blank window and immediately Fx crashes with a "Fractal eXtreme application has stopped working".

I wonder if it is my code that's wrong (I haven't even started with the high precision code yet).

It does build without any errors but I can't even get the preview stamp to appear.
Logged

To anyone viewing my posts and finding missing/broken links to a website called www.needanother.co.uk, I still own the domain but recently cancelled my server (saving £30/month) so even though the domain address exists, it points nowhere.  I hope to one day sort something out but for now - sorry!
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
My mandelbrots always recalculate ChaosPro panzerboy 0 1755 Last post November 20, 2010, 04:23:29 PM
by panzerboy
Mandelbrots Non-Fractal related Chit-Chat Alef 1 2393 Last post December 16, 2011, 05:01:49 PM
by Alef
Mandelbrot of Mandelbrots Images Showcase (Rate My Fractal) Pauldelbrot 2 1059 Last post December 14, 2011, 08:37:21 PM
by Pauldelbrot
Three Mandelbrots Saturn&Titan Gallery element90 0 575 Last post December 14, 2013, 12:59:50 PM
by element90
Hidden Treasure Of Non-Integer Power Mandelbrots - Koch Curve Images Showcase (Rate My Fractal) greentexas 0 1314 Last post June 13, 2017, 10:15:10 PM
by greentexas

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