Python Mandelbrot Set: Code for High-Resolution Image to Zoom In

  • Thread starter Thread starter Arman777
  • Start date Start date
  • Tags Tags
    Mandelbrot Set
Click For Summary
The discussion focuses on generating high-resolution images of the Mandelbrot set, emphasizing the need for different programming languages to implement the necessary algorithms. Participants suggest searching for specific instructions like "how to make the Mandelbrot set in [programming language]" to find relevant code examples. Nostalgia for earlier programming experiences is expressed, with mentions of creating Mandelbrot visualizations on slower computers, which added to the enjoyment. A user shares their recent success with a MATLAB program that generated frames in about 15 seconds, highlighting advancements in processing speed. Overall, the conversation encourages experimentation with various programming languages to explore the Mandelbrot set.
Arman777
Insights Author
Gold Member
Messages
2,163
Reaction score
191
Is there a code for the mandelbrot set that creates an image with an high resolution so that we can zoom and see the fractal over and over again ?
 
Technology news on Phys.org
There is an algorithm that builds the mandelbrot set, but the actual keystrokes and commands are different in various programming languages. Look up 'how to make the mandelbrot set in X language', where X is your programming language of choice.
 
Thanks for the memory. I wrote several such programs in the 80s and had great fun watching them evolve on the screen. It took about 15 minutes per frame, and it was one of the rare cases when slower computers were more fun than fast ones.

A quick google search of "mandelbrot python" returned many hits.
 
  • Like
Likes Drakkith
anorlunda said:
Thanks for the memory. I wrote several such programs in the 80s and had great fun watching them evolve on the screen. It took about 15 minutes per frame, and it was one of the rare cases when slower computers were more fun than fast ones.

A quick google search of "mandelbrot python" returned many hits.

I made a small program in Matlab a few months ago that drew the Mandelbrot set. It took about 15 seconds. To make 5 frames. :biggrin:
 
Okay I manage to do it.
 
  • Like
Likes berkeman
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

Replies
6
Views
3K
Replies
1
Views
2K
Replies
3
Views
3K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
3K