A simple python script that print the Mandelbrot set for every power of the formal formula.

Overview

Python Mandelbrot

A simple python script that print the Mandelbrot set for every power of the formal formula.

                                                                        **


                                                                            **
                                                                          ****
                                                                      **  ****  **
                                                                        **********
                                                                      ************
                                                                        ********
                                                          ****    **********************      **
                                                          ******************************  **  **
                                                          ************************************
                                                      **  **************************************
                                                    ******************************************
                                                      ******************************************
                                                    **********************************************
                                ****  ******        **********************************************
                                ****************    ********************************************
                                ******************************************************************
                        **    ********************************************************************
                          **********************************************************************
                        **********************************************************************
    **  **  **      ************************************************************************
                        **********************************************************************
                          **********************************************************************
                        **    ********************************************************************
                                ******************************************************************
                                ****************    ********************************************
                                ****  ******        **********************************************
                                                    **********************************************
                                                      ******************************************
                                                    ******************************************
                                                      **  **************************************
                                                          ************************************
                                                          ******************************  **  **
                                                          ****    **********************      **
                                                                        ********
                                                                      ************
                                                                        **********
                                                                      **  ****  **
                                                                          ****
                                                                            **


                                                                        **

If you don't see the set printed, zoom out your terminal.


The standard formula for the set is

However, the script is generalized for every power, so basically can calculate for every N.

If you execute the script as is, it will print the set calculated with N=2, but you can pass as a console argument every N you want.

Example:

mandelbrot.py 4

will print

If you pass the -i or --iterate parameter, it will print print all the power until will reach the passed one. So

mandelbrot.py --iterate 3

will print then and

Install dependencies with pip install -r requirements.txt

And sorry for some dumb math trick inside the code 🐵

You might also like...
Python script to autodetect a base set of swiftlint rules.

swiftlint-autodetect Python script to autodetect a base set of swiftlint rules. Installation brew install pipx

This repository is an archive of emails that are sent by the awesome Quincy Larson every week.

Awesome Quincy Larson Email Archive This repository is an archive of emails that are sent by the awesome Quincy Larson every week. If you fi

An Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀
An Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes ⌛ Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python a

Randomly distribute members by groups making sure that every sector is represented

Generate Groups Randomly distribute members by groups making sure that every sector is represented The Scenario Imagine that you have a large group of

A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

Hacktoberfest2021 🥳- Contribute Any Pattern In Any Language😎 Every PR will be accepted Pls contribute
Hacktoberfest2021 🥳- Contribute Any Pattern In Any Language😎 Every PR will be accepted Pls contribute

✨ Hacktober Fest 2021 ✨ 🙂 All Contributors are requested to star this repo and follow me for a successful merge of pull request. 🙂 👉 Add any patter

A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

List of Linux Tools I put on almost every linux / Debian host

Linux-Tools List of Linux Tools I put on almost every Linux / Debian host Installed: geany -- GUI editor/ notepad++ like chkservice -- TUI Linux ser

Owner
Paride Giunta
Paride Giunta
Amitkumar Mishra 2 Jan 14, 2022
A quick experiment to demonstrate Metamath formula parsing, where the grammar is embedded in a few additional 'syntax axioms'.

Warning: Hacked-up code ahead. (But it seems to work...) What it does This demonstrates an idea which I posted about several times on the Metamath mai

Marnix Klooster 1 Oct 21, 2021
A code ecosystem that helps to find the equate any formula.

A code ecosystem that helps to find the equate any formula. The good part here is that the code finds the formula needed and/or operates on a formula (performs algebra) on it to give you an answer.

SubtleCoder 1 Nov 23, 2021
TimeWizard - A script that generates every single Time Wizard EDOPRO lflist possible

EDOPRO F&L list generator This project is just a script that generates every sin

Diamond Dude 2 Sep 28, 2022
Print 'text color' and 'text format' on Term with Python

term-printer Print 'text color' and 'text format' on Term with Python ※ It may not work depending on the OS and shell used. PIP $ pip install term-pri

ななといつ 10 Nov 12, 2022
Islam - This is a simple python script.In this script I have written all the suras of Al Quran. As a result, by using this script, you can know the number of any sura at the moment.

Introduction: If you want to know sura number of al quran by just typing the name of sura than you can use this script. Usage in termux: $ pkg install

Fazle Rabbi 1 Jan 2, 2022
TB Set color display - Add-on for Blender to set multiple objects and material Display Color at once.

TB_Set_color_display Add-on for Blender with operations to transfer name between object, data, materials and action names Set groups of object's or ma

null 1 Jun 1, 2022
This module extends twarc to allow you to print out tweets as text for easy testing on the command line

twarc-text This module extends twarc to allow you to print out tweets as text for easy testing on the command line. Maybe it's useful for spot checkin

Documenting the Now 2 Oct 12, 2021
Render to print for blender 2.9+

render_to_print_blender_addon ** render2print: Blender AddOn for Blender 2.90.0+ ** Calculates camera parameters to allow printing a rendered image to

null 5 Nov 19, 2021
PyLaboratory 0 Feb 7, 2022