Logo by Mahmut - 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: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. March 29, 2024, 01:43:37 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!



 
  Search  

  Slideshow  
How Is There Movement When There Is None?Contraction of Multi Power MandelbrotsFake Multi Layered
Contraction of Multi Power Mandelbrots
Previous Image | Next Image
Description: 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.
Stats:
Total Favorities: 0 View Who Favorited
Filesize: 39.34kB
Height: 768 Width: 1024
Discussion Topic: View Topic
Keywords: multi power contraction formula custom multipower 
Posted by: simon.snake July 20, 2014, 06:47:29 PM

Rating: Has not been rated yet.

Image Linking Codes
BB Code
Direct Link
Html Link
0 Members and 1 Guest are viewing this picture.
  Slideshow  

Comments (0) rss

Return to Gallery

Powered by SMF Gallery Pro

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.199 seconds with 31 queries. (Pretty URLs adds 0.004s, 1q)