Skip to content
Harry-icl edited this page Jun 9, 2021 · 2 revisions

Introduction

Welcome to the M2R-Julia-Sets wiki!

This package was built for a 2nd year research project in mathematics. It provides capabilities to draw Mandelbrot and Julia sets for quadratic and cubic functions and their corresponding Newton maps. The package has 2 main uses: firstly as a Python package to build its capabilities into other programs, and secondly as a graphical user interface to examine the dynamics of these sets under changes in parameters.

How To Use The Docs

  • For a quick-start guide, head over to Getting Started.
  • To view a guide on the GUI, go to GUI.
  • For full package documentation, scroll down to Documentation on the sidebar and take a look through the various modules.