Deepest Mandelbrot Set Zoom Animation ever - a New Record! 10^275 (2.1E275 or 2^915)
Video Statistics and Information
Channel: Orson Wang
Views: 7,715,203
Rating: 4.8534951 out of 5
Keywords: Mandelbrot, zoom, animation, fractals, fractal geometry, math, electronica, trance, ever, best, psychedelic, animation art
Id: 0jGaio87u3A
Channel Id: undefined
Length: 5min 11sec (311 seconds)
Published: Tue Jan 26 2010
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I didn't see any trees.
Is that shape that looks like the mandelbrot set at the very end actually part of the set, or was it added in there artificially? If not artificial, is there any mathematical reason why this is likely to happen eventually for any chosen zoom point within the set, or was the guy just insanely lucky with his zoom decisions?
what does the B in Benoรฎt B. Mandelbrot stand for?
This is a nice zoom, but not the greatest image quality and I don't think they found the most interesting regions of the set. I'm more impressed by this bit on Wikipedia even though it isn't animated and doesn't zoom nearly as much.
Zooming in further than zooming from the size of the observable universe to the size of a proton. It isn't new though, 2010, and i saw it before, i think in r/math.
XaoS will get you going then. Enjoy!
I've always loved this site. It's like a guided tour of the Mandelbrot set.
I swear, looking at this video fucked with me a bit and I swear I taste metal several minutes afterward. The mental sensation I feel is reminiscent of several LSD trips I have had in my past. It feels like my brain is spasming. This started happening towards the end of the video when it almost looked like colored static at certain points.
Nonetheless, I am quite impressed by the video and am even more impressed with the information presented in the blog mentioned. This guy puts some hardcore effort/computing time into this stuff.
For a computer science class I made this program that represents Julia sets with different inputs. It's for Java, move your mouse over the graph to get different Julia sets, and input different args[0] values to get different numbers of iterations.
import java.awt.Color;
public class Julia{
}