Logo by mauxuam - 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 28, 2024, 06:06:50 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: Mandelbrot phase angle GIF loop  (Read 9242 times)
0 Members and 2 Guests are viewing this topic.
billtavis
Safarist
******
Posts: 96


WWW
« on: February 18, 2015, 09:58:28 PM »

animating lines along the phase angle of the normalized iteration count, shows period doubling
Logged
Adam Majewski
Fractal Lover
**
Posts: 221


WWW
« Reply #1 on: February 18, 2015, 11:18:35 PM »

Great. Can you post the code and describe algorithm ?
Logged
billtavis
Safarist
******
Posts: 96


WWW
« Reply #2 on: February 19, 2015, 04:58:42 PM »

Thanks! For every exterior pixel, I used the formula on this page: http://linas.org/art-gallery/escape/ray.html to find the gradient of the potential. In practical terms, this gave me a gx and gy describing the change in smoothed iteration. Then, I just used the value of atan2(gx,gy) to actually draw the image (giving the phase angle of the gradient). I used a different program to run contour lines along this image. I'll post some code for the gradient part when I get to my computer later.
Logged
billtavis
Safarist
******
Posts: 96


WWW
« Reply #3 on: February 20, 2015, 06:41:31 PM »

I posted a function here: http://www.fractalforums.com/programming/smooth-external-angle-of-mandelbrot-set/msg80726/#msg80726 which gives the gradient of a c-value, stored in the variables gzx and gzy. To make this gif, I just plotted the values of
Code:
std::atan2(gzx,gzy);
which gave a grayscale picture of the phase angle of the gradient:



Then I used another program to run contour lines along this grayscale.
Logged
Chris Thomasson
Conqueror
*******
Posts: 137



« Reply #4 on: February 24, 2015, 06:29:58 AM »

Simple mesmerizing work. Thank you for posting this excellent piece.

:^D
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Implemented the Mandelbrot loop in Lisp. Programming « 1 2 » Pauldelbrot 24 12935 Last post September 03, 2014, 08:44:22 PM
by erstwhile
3D Mandelbrot Set Phase Shift Animations Videos bugman 4 10055 Last post January 30, 2010, 08:24:06 PM
by Nahee_Enterprises
smooth external angle of Mandelbrot set? Programming « 1 2 » billtavis 27 24973 Last post November 18, 2017, 10:12:56 PM
by Adam Majewski
Mandelbrot Angle to the nearest point of the set Images Showcase (Rate My Fractal) tit_toinou 2 7458 Last post April 26, 2015, 05:09:48 PM
by eiffie
Phase Angle Shading Images Showcase (Rate My Fractal) wes 0 2821 Last post March 14, 2017, 03:47:02 AM
by wes

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