Nice opinion, but alas, *MANDELBROT SET*
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/_Shoulder_
πŸ“…︎ Jan 14 2022
🚨︎ report
Following up on a post I made here four years ago, here's a more improved method to plot successively better approximations of the Mandelbrot set in Desmos. Instead of just ten curves, there are now fifty. desmos.com/calculator/coa…
πŸ‘︎ 237
πŸ’¬︎
πŸ‘€︎ u/DENelson83
πŸ“…︎ Dec 07 2021
🚨︎ report
Mandelbrot set on signs
πŸ‘︎ 43
πŸ’¬︎
πŸ‘€︎ u/hooloovooblu
πŸ“…︎ Dec 14 2021
🚨︎ report
Mandelbrot Set with coloring and zoom (video demonstration ? streamable.com/1t3bgk
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/amlocharcaco
πŸ“…︎ Jan 04 2022
🚨︎ report
Real-time deep exploration of the Mandelbrot set?

A few months ago, I created a simple real-time Mandelbrot set explorer, but it soon occurred to me that, since doubles are limited in size, I couldn't zoom in as far as I wanted.

How do people create these incredibly deep Mandelbrot zooms? Is the only solution really to either bit shift or use some multiprecision library? Is a real-time version of that even possible?

πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/walhax-
πŸ“…︎ Dec 18 2021
🚨︎ report
Books/Movies exploring the Mandelbrot set

I was just watching a documentary about the insane potential of Mandelbrot set and I'm wondering if this was explored in any scifi movie or book?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/SpaceCat475
πŸ“…︎ Jan 10 2022
🚨︎ report
Mandelbrot set I did yesterday v.redd.it/yzkrp1hb2i581
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/linaweissenstahl
πŸ“…︎ Dec 14 2021
🚨︎ report
Certain Julia and "Mandelbrot" sets are identical.

I wonder why this is the case.

One is Julia set at 0.25 + 0i and the other is a fractal with the formula (C+Z)^2+Z

Julia Set 0.25 + 0i

(C+Z)^2+Z

πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/TheRoseAtMidnight
πŸ“…︎ Dec 14 2021
🚨︎ report
Mathematics, mystery, fractals, and the Mandelbrot Set in higher dimensions. v.redd.it/q1g67no8lrx71
πŸ‘︎ 188
πŸ’¬︎
πŸ‘€︎ u/Einstein7-
πŸ“…︎ Nov 05 2021
🚨︎ report
I wrote an SFML-based Mandelbrot set viewer

https://github.com/ChrisThrasher/mandelbrot

I've been wanting to learn SFML and love applied math so I wrote a program that lets you pan and zoom through the Mandelbrot set to explore all it's unique structures. The quality of the rendering is tuned for my rather old laptop so it should run relatively smoothly on anything recently released. There are knobs in the code you can turn to get more quality and resolution out of it though.

See the README for how to build, run, and control the program.

Happy to hear about any ways this could be better implemented (particularly better ways to use SFML) or interesting features you would like to see. PRs greatly appreciated.

Thanks for checking it out!

EDIT: I love all the feedback I've gotten so far! I've made a few changes based on comments.

If you do run this, I'm particularly curious what you observe for the render time (see console output) while viewing the fractal before zooming or panning. It takes about 80ms on my old 4-core laptop but hopefully it's closer to 10ms on more modern hardware.

πŸ‘︎ 57
πŸ’¬︎
πŸ‘€︎ u/Thrash3r
πŸ“…︎ Oct 24 2021
🚨︎ report
Rotating Mandelbrot set

https://i.redd.it/om5msfrcxw581.gif

This is my first post here. I hope you like it. :)

Equation used:

z = x^(2) + c*e^(in)

πŸ‘︎ 27
πŸ’¬︎
πŸ‘€︎ u/matoba04
πŸ“…︎ Dec 16 2021
🚨︎ report
A Mandelbrot set I scripted in Matlab with some different than usual colouring
πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/CFDMoFo
πŸ“…︎ Dec 25 2021
🚨︎ report
Matrix fractals - Mandelbrot and Julia set made with matrices youtu.be/R5cLM_vjaDs
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/RandomContents
πŸ“…︎ Jan 15 2022
🚨︎ report
I believe, but can't prove rigorously, that large software projects contain near-infinite complexity, kinda like the Mandelbrot set. reddit.com/r/programming/…
πŸ‘︎ 46
πŸ’¬︎
πŸ‘€︎ u/muntoo
πŸ“…︎ Nov 02 2021
🚨︎ report
The first 50 equipotential curves of the Mandelbrot set. desmos.com/calculator/coa…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/DENelson83
πŸ“…︎ Dec 24 2021
🚨︎ report
The Mandelbrot Set on a Ti-84 (newest model) reddit.com/gallery/rqvecn
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Terraria_Tree
πŸ“…︎ Dec 29 2021
🚨︎ report
Mandelbrot Tunnel of Dancing Julia Sets 8k60p ~ YouTube link in comments
πŸ‘︎ 16
πŸ’¬︎
πŸ‘€︎ u/quadralien
πŸ“…︎ Dec 07 2021
🚨︎ report
Mandelbrot level sets
πŸ‘︎ 90
πŸ’¬︎
πŸ‘€︎ u/HifiBoombox
πŸ“…︎ Dec 03 2021
🚨︎ report
Can you explain me like I'm five what are Mandelbrot sets?

I see them all the time and they look cool but I don't know what they mean

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/taupeka
πŸ“…︎ Dec 07 2021
🚨︎ report
Seventh power Mandelbrot set zoom and Julia set youtu.be/Qg6qYsfF3LM
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/RandomContents
πŸ“…︎ Dec 08 2021
🚨︎ report
Tenth power Mandelbrot and Julia set power morph youtu.be/Ft-aXn6qgcc
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/RandomContents
πŸ“…︎ Dec 30 2021
🚨︎ report
Mathematics, mystery, fractals, and the Mandelbrot Set in higher dimensions. v.redd.it/etnpj7rrkmx71
πŸ‘︎ 52
πŸ’¬︎
πŸ‘€︎ u/Einstein7-
πŸ“…︎ Nov 04 2021
🚨︎ report
Collapsed Mandelbrot Set
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/phillip2342
πŸ“…︎ Dec 07 2021
🚨︎ report
"The new Junji Ito manga cover" - Mandelbrot set, 1,000 iterations, 10^6 zoom from x = -2.5~2.5 * y = -2.5~2.5, point of focus 0.279958+0.008687i
πŸ‘︎ 42
πŸ’¬︎
πŸ‘€︎ u/WiwaxiaS
πŸ“…︎ Dec 05 2021
🚨︎ report
Mandelbrot set rendered in terminal using C
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/Clayrock78
πŸ“…︎ Dec 02 2021
🚨︎ report
The Buddhabrotβ€”an ethereal variant rendering of the Mandelbrot set v.redd.it/4r55euhvnmv71
πŸ‘︎ 77
πŸ’¬︎
πŸ‘€︎ u/yitzilitt
πŸ“…︎ Oct 25 2021
🚨︎ report
Hey people, this is my first post here as I wasn't really able to find a rom hacking / development sub. Anyway I tried plotting the mandelbrot set on the GBA with a resolution of 240x160 pixels. MGBA if you're wondering.
πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/Ranchonyx
πŸ“…︎ Nov 03 2021
🚨︎ report
Mandelbrot and Julia Set Fractals generator (2D)

Hey guys, I have created a simple web app that can generate 2D Mandelbrot and Julia set fractals by changing different parameters.

Please give it a try and share your thoughts.

You can also download the generated fractal images.

Application link:

Mandelbrot and Julia Set Generator (shishirbhandari.github.io)

Sample image:

julia set fractal generated using the web app

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Shishir_B
πŸ“…︎ Dec 11 2021
🚨︎ report
I Generated the Mandelbrot Set in Pygame! reddit.com/gallery/qjz1ez
πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/IamStupid42069
πŸ“…︎ Oct 31 2021
🚨︎ report
I created Mandelbrot set fractal in a Tour of Go exercise :)

Unfortunately images are not allowed on this subreddit for some reason?? So I guess I'll post a link: https://i.imgur.com/InxgrqZ.png

πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/Zohnannor
πŸ“…︎ Oct 20 2021
🚨︎ report
What does a mandelbrot set look like with a complex exponent?

For instance, what if the exponent is i or 2i or 1 + 2i? Does it still look like a fractal?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/TheRoseAtMidnight
πŸ“…︎ Nov 06 2021
🚨︎ report
The Mandelbrot set using nodes v.redd.it/xp2leuqoa5i71
πŸ‘︎ 199
πŸ’¬︎
πŸ‘€︎ u/WhyGigi42
πŸ“…︎ Aug 18 2021
🚨︎ report
Fun with PostGIS: Mandelbrot Set, Game of Life, and More blog.jooq.org/fun-with-po…
πŸ‘︎ 35
πŸ’¬︎
πŸ‘€︎ u/lukaseder
πŸ“…︎ Nov 15 2021
🚨︎ report
Mandelbrot Set breaks after too many iterations

Now that desmos is touring complete, I'm finally able to iterate the Mandelbrot Set more than ~10 times.I know desmos is probably not the right tool but it's definitely more fun than an actual programming language.Here's my first try: https://www.desmos.com/calculator/ynzhaiiwg3

Mandelbrot Set

Now the problem is, that after too many iterations or if i set the resolution too high, desmos will still tell me that "definitions are nestetd too deeply", even though I don't really have any nested functions.

All I'm doing is recursively taking a number from a list, changing it and writing it back to the list.

If it get's out of range (float64), desmos will change it to 0 or infinity, but will usually still be able to use it for calculations.

Has anyone encountered the same problem when using actions?

To recreate the problem, increase either r_es or d_epth, press "Reset", then "Start/Stop".Doing that will render the Reset-button (and pretty much anything else) useless, so you'll need to reload the page afterwards.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/copposhop
πŸ“…︎ Dec 20 2021
🚨︎ report
Mandelbrot set second power, third power and fourth power along with Julia set - polynomial fractals youtu.be/za36g-5mziw
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/RandomContents
πŸ“…︎ Nov 06 2021
🚨︎ report
Mandelbrot set, centered, 500 iterations, 400 x 400 desmos.com/calculator/lle…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/WiwaxiaS
πŸ“…︎ Nov 21 2021
🚨︎ report
Mandelbrot set made with the different states of copper reddit.com/gallery/qmu6hq
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/Stranded_at_Sea
πŸ“…︎ Nov 04 2021
🚨︎ report
they look like the mandelbrot set!!! what are they? I need to know! (mid-November, pacific northwest)
πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Nov 23 2021
🚨︎ report
Does anyone in the world "get" why the Mandelbrot set looks like that?

I've read and watched a lot about the Mandelbrot set because it's super fascinating to me, but everything I've seen seems to stop just short of explaining why it's like that. I get that the bulbs are different "orbits", but then why isn't it made entirely of circles? And the antennae have the same number of "spokes" as the orbit of the bulb they're attached to, okay, but why? Why does the pattern the function makes in one part of the graph affect the shape of an adjacent part?

I've also seen lots and lots of examples of the Mandelbrot set popping up in areas you wouldn't expect it to, but every single time the video I'm watching just seems to go "isn't that a neat fun fact?" and leave it at that. But why is it there though? It clearly represents something deeper than just z^2+c, but what?

So basically I'm just asking, are there any mathematicians who are experts in the Mandelbrot set who understand why it's like that? Is there anyone who looks at it and feels like it makes sense, like they know why everything is where it is and what it means, and aren't surprised by the things they see when they zoom in? I know there are parts of math that nobody really understands yet - is this one of those cases, or is it just too complicated to sum up for a casual audience?

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/goforturtles
πŸ“…︎ Oct 30 2021
🚨︎ report
The Split-Complex Mandelbrot Set

The split-complex numbers are defined similarly to the complex numbers, but their imaginary unit j actually squares to 1 instead of -1. (Note that the norm squared |z|^2 = z z* of such a number can be negative).

Given a split-complex s, you imagine the iterative process starting from z=0 and applying z -> z^2 + s. We say the sequence is unbounded if abs(|z|^(2)) diverges.

The Mandelbrot set is all s such that the sequence is not unbounded. Precisely which points are in the split-complex Mandelbrot set?

Bonus: for a given s, the filled Julia set is the set of starting values (alternative to z=0) for which the sequence is not unbounded. What is the relationship between the split-complex filled Julia set and the regular complex Julia set?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/cancrizans
πŸ“…︎ Oct 22 2021
🚨︎ report
[OC] Made in Python. Turning the mandelbrot set into a frog youtube.com/watch?v=uYApN…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/BuilderYT
πŸ“…︎ Sep 13 2021
🚨︎ report
A cool spot I found in the Mandelbrot set using Kalles Fraktaler 2.15
πŸ‘︎ 59
πŸ’¬︎
πŸ‘€︎ u/Metamere
πŸ“…︎ Sep 28 2021
🚨︎ report
somewhere deep in the Mandelbrot set. Demo of my new coloring method[OC]
πŸ‘︎ 109
πŸ’¬︎
πŸ‘€︎ u/logacube28
πŸ“…︎ Aug 18 2021
🚨︎ report
"Mandelbrot" and corresponding Julia Set are Identical?

How come this is the case and what does this mean?

One is Julia set at 0.25 + 0i and the other is a fractal with the formula (C+Z)^2+Z

Julia Set 0.25 + 0i

(C+Z)^2+Z

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/TheRoseAtMidnight
πŸ“…︎ Dec 14 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.