Logo by Fiery - 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: Did you know ? you can use LaTex inside Postings on fractalforums.com!
 
*
Welcome, Guest. Please login or register. April 24, 2024, 10:09:41 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: A beautiful method for modifying Julias- Mandelbrots not so much in 2d  (Read 3268 times)
0 Members and 1 Guest are viewing this topic.
M Benesi
Fractal Schemer
****
Posts: 1075



WWW
« on: February 26, 2012, 08:00:20 AM »


  Took a trick from my 3+ dimensional formulas, works great with them producing unique beautiful results, and applied it to the classic Mandelbrot set.  Didn't look to great.  Tried the Julia of it, and it looked great. 

  Adds interesting branches to it.

  Calculate z^n, extract your new_x component (prior to adding pixel value to it), and apply the following transform:

  If  (n is 2,6,10,14... etc.)  then {
   if (x>abs(y)) {
      new_x=-new_x;
   }
} else if (n==3 || n==5 || n==7 || n==9) {   
   if (x>0) {
      new_x=-new_x;
   }
}

  Try high Julia seeds.  With real of 0, imaginary of 2/3  (.66666) is one threshold point.  I like around -.142, 1i as well, or around 1.1, very low magnitude i...

  Get some neat stuff- slightly more interesting julias.  See a big difference between a standard julia at 0,1i and this form.
Logged

DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #1 on: February 26, 2012, 10:09:34 AM »

Matt, youforgot images hitting butt rolling on floor laughing
Logged

No sweat, guardian of wisdom!
M Benesi
Fractal Schemer
****
Posts: 1075



WWW
« Reply #2 on: February 27, 2012, 05:19:23 AM »

 I so smart....  or lazy.  cheesy 

  I suppose I should make some images, I just played around a bit.  Pretty quick to render though, so I'll throw a few up... after I've uploaded 'em in a bit.

  Here ye' be.  A link to the album HERE, and some photos below.  Nothing spectacular, just some Julias.

  Normal 0,1i julia next to switched 0,1i julia:
 

1.11, 0  julia switched   julia 1.481  .33 switched
   
julia -1,0 normal and -1,0 switched
 

then one -1.2 , .3   and two   -1.213,.33  zooms (added the extra -.003, +.03 to sharpen the triangles):
   

  So nothing all that great.  Actually, don't even know if it's anything original- some of them look vaguely familiar.
Logged

DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #3 on: February 29, 2012, 10:45:36 AM »

In fact... Seems a variation/mix of already existing variations A Beer Cup
Logged

No sweat, guardian of wisdom!
M Benesi
Fractal Schemer
****
Posts: 1075



WWW
« Reply #4 on: February 29, 2012, 07:46:30 PM »

yeah, just don't recall any specific types.  Are there other Julias that produce those triangle shapes using normal Mandy or BS Mandy formulas?
Logged

DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #5 on: March 01, 2012, 12:16:00 AM »

The functions you used are equivalent to
(x,y) = sort(x,y)
x = -abs(x)

widely used in kifs formulae wink
Logged

No sweat, guardian of wisdom!
M Benesi
Fractal Schemer
****
Posts: 1075



WWW
« Reply #6 on: March 02, 2012, 04:13:06 AM »

 What does the sort(x,y) function do (mathematically speaking)?  Do you have a reference to look at (for me to read)?

  Also, x doesn't always equal -|x| using the rules I posted (so I assume that this has something to do with the sort function). 

  Keep in mind, I'm simply checking (for n=2,6,10...) if x > |y|.  So if x and y are both negative, and y has a greater magnitude, this would return false. 
Logged

Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Lots o' Julias Mandelbulb3D Gallery Lee Oliver 0 728 Last post December 18, 2010, 05:32:57 PM
by Lee Oliver
Is there a way to maintain a real distance field when modifying this fragment? Programming tryptophan 9 1607 Last post April 04, 2013, 11:14:50 PM
by Syntopia
Hairy Julias - no-zoom Mandelbrot Movies Showcase (Rate My Movie) claude 6 1178 Last post June 24, 2013, 01:26:37 PM
by Fracturbator
Abs Julias Images Showcase (Rate My Fractal) Kalles Fraktaler 4 1847 Last post November 25, 2014, 04:35:36 AM
by 3dickulus
julias Images Showcase (Rate My Fractal) quaz0r 4 806 Last post January 06, 2015, 01:04:55 AM
by quaz0r

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