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: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. April 20, 2024, 07:44:50 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!


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 Moebius Experiments  (Read 1561 times)
Description: Morphing of the Mandelbrot set with Moebius transformations.
0 Members and 1 Guest are viewing this topic.
claude
Fractal Bachius
*
Posts: 563



WWW
« on: February 05, 2015, 11:40:07 PM »

Morphing of the Mandelbrot set with Moebius transformations:

https://archive.org/details/MandelbrotMoebiusExperiments

http://mathr.co.uk/blog/2013-12-16_stretching_cusps.html shows the maths for static images
http://mathoverflow.net/a/5347 using this answer for interpolating between Moebius transformations in matrix form
and the following links to diagonalize and invert 2x2 matrices for exp and log:
https://en.wikipedia.org/wiki/Matrix_exponential#Diagonalizable_case
https://en.wikipedia.org/wiki/Logarithm_of_a_matrix#Calculating_the_logarithm_of_a_diagonalizable_matrix
https://en.wikipedia.org/wiki/Diagonalizable_matrix#How_to_diagonalize_a_matrix
http://math.harvard.edu/archive/21b_fall_04/exhibits/2dmatrices/index.html
http://www.mathwords.com/i/inverse_of_a_matrix.htm

Has a few glitches, mostly interpolation going the long way round instead of a more direct route.  Blog post with more details to follow...
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


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

looks cool
Logged

---

divide and conquer - iterate and rule - chaos is No random!
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #2 on: February 06, 2015, 12:51:55 AM »

Nicey
Logged

No sweat, guardian of wisdom!
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #3 on: February 06, 2015, 01:26:25 PM »

Thanks!

Blog post as promised: http://mathr.co.uk/blog/2015-02-06_interpolating_moebius_transformations.html
Logged
Adam Majewski
Fractal Lover
**
Posts: 221


WWW
« Reply #4 on: February 06, 2015, 04:16:25 PM »

cool,

Is it related with polynomial mating ?

<a href="https://www.youtube.com/v/HPk7FzQ0E3o&rel=1&fs=1&hd=1" target="_blank">https://www.youtube.com/v/HPk7FzQ0E3o&rel=1&fs=1&hd=1</a>

Adam
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #5 on: February 06, 2015, 04:48:34 PM »

No.  At least I don't think so.  There's only a connection via Moebius transformations, but Moebius transformations crop up all over the place.

I started reading this paper on matings (hadn't heard of them before), seems interesting:
http://www.emis.de/journals/EM/expmath/volumes/13/13.1/Milnor.pdf
Quote
Pasting Together Julia Sets: A Worked Out Example of Mating
John Milnor

The operation of “mating” two suitable complex polynomial maps f1 and f2 constructs a new dynamical system by carefully pasting together the boundaries of their filled Julia sets so as to obtain a copy of the Riemann sphere, together with a rational map f1 ⊥⊥ f2 from this sphere to itself. This construction is particularly hard to visualize when the filled Julia sets K(fi)are dendrites, with no interior. This note will work out an explicit example of this type, with effectively computable maps from K(f1) and K(f2) onto the Riemann sphere.
Logged
quaz0r
Fractal Molossus
**
Posts: 652



« Reply #6 on: February 06, 2015, 06:58:52 PM »

cool, Is it related with polynomial mating ?

u so naughty
Logged
Adam Majewski
Fractal Lover
**
Posts: 221


WWW
« Reply #7 on: February 07, 2015, 08:38:39 AM »

See also

http://www.math.cornell.edu/~dynamics/Matings/

Could describe parameters ( idea) you use to make your video ?
« Last Edit: February 07, 2015, 09:06:18 AM by Adam Majewski, Reason: new question » Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #8 on: February 07, 2015, 11:21:36 AM »

Could describe parameters ( idea) you use to make your video ?

There's source code linked from the blog post.  Overview:

Lines 20-45 compute various key points in the Mandelbrot set (nucleus of a few components, and points on their boundary at rational internal angles).
Lines 46-72 compute a sequence Moebius transformations that map three of those points to 0,1,\infty - usually for warping a circle into a straight line with one of the cusps pushed to infinity.
Lines 73-98 render a longer sequence of images, interpolating between neighbouring Moebius transformations in that sequence.

There's also a new video (_2) at the archive.org page, which fixes a "jump" glitch and has ease in/out for the interpolation speed, as well as a different soundtrack.  No public source code yet, the key difference in the interpolation is this:

h_+(f, g; t)=f\exp(t\log(f^{-1} g) )
h_-(f, g; t)=\exp((1 - t) \log(f g^{-1}))g
h=h_+ for 0 <= t <= 1/2
h=h_- for 1/2 <= t <= 1

The new h reduced the jump glitch, then I added a hack to elimate the glitch by using h_- explicitly for the whole of one particular segment.  Theoretically they should be equal, but I guess some rounding errors crept in somewhere.
« Last Edit: February 07, 2015, 11:28:16 AM by claude » Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Just found this (3D IFS/Moebius) IFS - Iterated Function Systems David Makin 2 7474 Last post January 25, 2007, 12:52:48 AM
by ericbigas
Experiments with cartesian mandelbulbs Mandelbulb Renderings Schlega 1 3372 Last post March 14, 2010, 11:15:53 AM
by kram1032
Moebius sponges 3D Fractal Generation xenodreambuie 0 1828 Last post May 10, 2011, 01:40:47 PM
by xenodreambuie
Height Map experiments Mandelbulb3D Gallery 0Encrypted0 3 1971 Last post February 15, 2013, 10:52:26 PM
by LMarkoya
WebGL Fluid Experiments Fluid Dynamics, Turbulence & Weather Prediction richardrosenman 9 6161 Last post April 01, 2015, 06:35:49 PM
by Kali

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