Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Make Your Own Mandelbrot

Posted By: AlenMiler
Make Your Own Mandelbrot

Make Your Own Mandelbrot: A gentle journey through the mathematics of the of the Mandelbrot and Julia fractals, and making your own using the Python computer language. by Tariq Rashid
English | Apr. 2, 2014 | ISBN: 1500552968 | 134 Pages | PDF (True) | 12.31 MB

A gentle journey through the mathematics of the Mandelbrot and Julia fractals, and making your own using the Python computer language.

Mathematics can be fun, exciting, surprising, and stunningly beautiful. But too few people ever experience this, associating it instead with boring and apparently pointless exercises in trigonometry and solving equations.

This guide will take you on an emotional journey, starting from very simple ideas, and exploring some surprising and intricately beautiful behaviors of the very simple mathematics that underlies the famous Mandelbrot fractal. You won't need anything more than basic school mathematics.

Part 1 is about ideas. It introduces the mathematical ideas underlying the Mandelbrot fractal, gently with lots of illustrations and examples.

Part 2 is practical. It introduces the popular and easy to learn Python programming language, and gradually builds up a program to calculate and visualise the Mandelbrot fractal.

Part 3 extends these ideas. It reveals the related Julia fractals, creates 3-dimensional landscapes and shows how even more interesting images can be made using mathematical filters.

The fractal image on the cover of this book is created using only the ideas and code developed in this book.