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: Visit the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. May 06, 2024, 12:55: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: fractal dimension of Julia sets  (Read 5309 times)
Description: a parameter space map resembling...
0 Members and 1 Guest are viewing this topic.
claude
Fractal Bachius
*
Posts: 563



WWW
« on: February 22, 2015, 03:12:53 PM »

Playing around with box-counting dimension using GPU:

http://mathr.co.uk/mandelbrot/j-dim/

No real documentation on how it works yet, working on that next week...


* j-dim.jpg (198.97 KB, 1024x1024 - viewed 541 times.)
Logged
lkmitch
Fractal Lover
**
Posts: 238



« Reply #1 on: February 24, 2015, 04:35:58 PM »

Does this suggest that the boundary of the Mandelbrot set is the set of points whose Julia sets have dimension = 2?
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #2 on: February 24, 2015, 05:00:17 PM »

Does this suggest that the boundary of the Mandelbrot set is the set of points whose Julia sets have dimension = 2?

I don't think so: c = -2, c \in M, c \in \partial M, \dim f_c = 1.

But you might be able to say something like "you can get arbitrarily close to dimension 2 near any boundary point of M" (perhaps by finding a minibrot and using its Feigenbaum point or so).
Logged
lkmitch
Fractal Lover
**
Posts: 238



« Reply #3 on: February 25, 2015, 04:23:57 PM »

Good point.  Thanks, Claude.
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #4 on: May 16, 2016, 03:26:19 PM »

documentation, finally:

https://mathr.co.uk/blog/2016-05-16_fractal_dimension_of_julia_sets.html
https://mathr.co.uk/mandelbrot/julia-dim.pdf (3.5MB)
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #5 on: May 16, 2016, 11:55:02 PM »

nice document, would love to have an actually every day useable tool for quick checking the box counting dimension of any image smiley imageJ should be capable of doing so, but never managed to make any use of it, beside never got it working to give me a fractal dimension for an image
Logged

---

divide and conquer - iterate and rule - chaos is No random!
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #6 on: May 17, 2016, 12:11:34 AM »

maybe I can work on one this week, having some free time - what are your requirements?

I'd probably make a command line tool, restrict it to binary images (with a flag to set background colour), supporting only PNG, and with an option to detect dimension of foreground, or boundary of foreground, and it would output a dimension estimate based on linear regression (configurable start and stop radius in 2^pixels), and a verbose option to print a table of r,N pairs so you can generate log-log plots in other software.  For portability (losing speed, perhaps) I'll not use OpenGL, instead doing it all on the CPU.  Possibly a bonus mode to draw the boxes and save a PNG sequence (it's been a year or more since I wrote the code, will have to see how I did it!).  Should be able to compile Windows binaries too if needed.
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #7 on: May 17, 2016, 10:41:32 PM »

So I hacked together a preliminary version, please test and let me know if anything should change:

https://mathr.co.uk/mandelbrot/box-counter-0.1.zip (source and Windows binaries)
https://mathr.co.uk/mandelbrot/box-counter-0.1.zip.sig (GPG signature for the paranoid)

Use -? or --help to get the documentation on what options are available.
Logged
Tglad
Fractal Molossus
**
Posts: 703


WWW
« Reply #8 on: May 20, 2016, 07:12:03 AM »

"Does this suggest that the boundary of the Mandelbrot set is the set of points whose Julia sets have dimension = 2?"

The Mandelbrot set IS the boundary. The black solid part is the area inside the Mandelbrot set.
And the Mandelbrot set does have dimension 2... exactly 2.

However (and I don't quite understand this part), that doesn't mean that the boundary has an area... there is some sense in which it is not a large enough set to have an area, but yet still has dimension 2.
Logged
quaz0r
Fractal Molossus
**
Posts: 652



« Reply #9 on: May 20, 2016, 07:59:07 AM »

if the boundary had an area the set would not be infinite, which it is.  just sayin.

its helpful to remember that the mandelbrot set is not some organic property of the universe. it is just numbers.  it does not have to fit in with our logical thinking minds.  it is just a silly number game.  one which has no bounds.
« Last Edit: May 20, 2016, 08:13:03 AM by quaz0r » Logged
valera_rozuvan
Safarist
******
Posts: 80


a test in time


valera.rozuvan valerarozuvan
WWW
« Reply #10 on: July 25, 2016, 03:21:58 AM »

And the Mandelbrot set does have dimension 2... exactly 2.

Not quite right. The boundary of the Mandelbrot set has a Hausdorff dimension of 2. Not the set itself. See paper "The Hausdorff dimension of the boundary of the Mandelbrot set and Julia sets" [Mitsuhiro Shishikura, 1991] (https://arxiv.org/abs/math/9201282).
Logged

claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #11 on: July 25, 2016, 10:36:18 PM »

Not quite right. The boundary of the Mandelbrot set has a Hausdorff dimension of 2. Not the set itself. See paper "The Hausdorff dimension of the boundary of the Mandelbrot set and Julia sets" [Mitsuhiro Shishikura, 1991] (https://arxiv.org/abs/math/9201282).

Both the Mandelbrot set and its boundary have dimension 2.  The former is unsurprising (the Mandelbrot set has solid regions within it), the latter shows that the set is very intricate.
Logged
valera_rozuvan
Safarist
******
Posts: 80


a test in time


valera.rozuvan valerarozuvan
WWW
« Reply #12 on: July 26, 2016, 03:35:34 AM »

Both the Mandelbrot set and its boundary have dimension 2.  The former is unsurprising (the Mandelbrot set has solid regions within it), the latter shows that the set is very intricate.

Agreed. What I probably wanted to say, was that it depends on the formal definition of fractals. If you accept that "a set is a fractal if its Hausdorff dimension is strictly greater than its topological dimension", then the Mandelbrot Set is not a fractal, only it's boundary is. But I think that as of now, there is no single, agreed-upon, definition of what a fractal really is. So, yeah. Very complicated stuff  smiley

I found the following discussions on the topic of "what is a fractal" interesting:

Logged

Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Virtual investigation to Mandelbrot sets and Julia sets Mandelbrot & Julia Set Jules Ruis 0 7055 Last post October 19, 2006, 06:36:54 PM
by Jules Ruis
Huge map of julia sets Mandelbrot & Julia Set Krumel 0 2269 Last post August 22, 2010, 05:10:35 PM
by Krumel
What does the fractal dimension of a julia set tell us? Mandelbrot & Julia Set fractal_dust 2 5589 Last post November 29, 2010, 04:34:56 PM
by lkmitch
3D Julia sets 3D Fractal Generation kronikel 0 3421 Last post August 06, 2011, 10:35:30 PM
by kronikel
3D Julia Sets Mandelbrot & Julia Set hgjf2 3 2671 Last post October 25, 2012, 07:01:17 PM
by hgjf2

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