Logo by Cyclops - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. April 19, 2024, 08:50:18 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: How to write a book about the Mandelbrot set  (Read 3121 times)
Description: bridging the gap between popsci and hardmath
0 Members and 1 Guest are viewing this topic.
claude
Fractal Bachius
*
Posts: 563



WWW
« on: March 09, 2014, 05:30:57 PM »

Hi everyone,

I've sorta found myself starting to write a book about the Mandelbrot set that aims to bridge the gap between popular science books that give a cursory overview of many different fractals, and hardcore mathematical theses that are incomprehensible to mortals.  Such a book might already exist, but I haven't found one yet - suggestions welcome!

The general narrative through the book starts from scratch in how to write a program to generate images of the Mandelbrot set, and will hopefully eventually progress to cover techniques like parallel, concurrent and GPU programming, interactive user interfaces, animation techniques, interleaved with mathematical bits that show the rich mathematical structure of the set and how to find regions of interest in a more analytical way than exploration by eye alone.

I typed up the page images linked from [1] into [2] and exported the repository [3] to a pdf [4], and I already had some typed up notes on bond point location [5] and perturbation techniques [6].  I've never written a book before, it's quite a learning process, and I'll probably include some meta-chapters about the technical side of writing the book itself.  Naturally I'll incorporate most of my blog posts [7] too.

[1] http://mathr.co.uk/blog/2014-03-06_mandelbrot_notebook.html
[2] http://mathr.co.uk/mandelbrot/notebook.pdf
[3] https://gitorious.org/maximus/book
[3] http://code.mathr.co.uk/book
[4] http://mathr.co.uk/mandelbrot/book-draft-20131224.pdf
[5] http://mathr.co.uk/mandelbrot/bonds.pdf
[6] http://mathr.co.uk/mandelbrot/perturbation.pdf
[7] http://mathr.co.uk/blog/mandelbrot.html

Thanks for reading, suggestions on any aspect of this project will be gratefully received.
« Last Edit: March 10, 2015, 03:14:48 AM by claude, Reason: gitorious.org is closing » Logged
knighty
Fractal Iambus
***
Posts: 819


« Reply #1 on: April 06, 2014, 10:10:42 PM »

 Wow thank you post swing Repeating Zooming Self-Silimilar Thumb Up, by Craig Smiling Mandelbrot

Just keep in mind that what is obvious for you won't be necessarily obvious for the reader. I gess that's why most books are so thick. wink
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #2 on: April 07, 2014, 12:25:00 AM »

i have such a project in my mind since ages, my aim would be to cover not only the mandelbrot but fractal image generation techniques, especially those "newer" ones, like flame fractals (extension of iterated function systems), 3d variants ( mandelbulb + mandelbox ), but most certainly i would like to talk about hybridisation  techniques, perhaps we might join forces wink

a book that i still find awesomely interesting, well written and full of knowledge is "Chaos" by "James Gleick" it is from 1982 i think, but it still holds true!
Logged

---

divide and conquer - iterate and rule - chaos is No random!
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #3 on: April 11, 2014, 04:47:11 PM »

Just keep in mind that what is obvious for you won't be necessarily obvious for the reader. I gess that's why most books are so thick. wink

True, and it's hard to balance the obviousness for different levels of readers - once I've got more written the "fun" stuff of organising into more-standalone chapters will start...
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #4 on: April 11, 2014, 04:51:33 PM »

i have such a project in my mind since ages, my aim would be to cover not only the mandelbrot but fractal image generation techniques, especially those "newer" ones, like flame fractals (extension of iterated function systems), 3d variants ( mandelbulb + mandelbox ), but most certainly i would like to talk about hybridisation  techniques, perhaps we might join forces wink

Cool idea - it's just the getting started and finding time to continue regularly that is the hard part - for me it's like there's so much to cover it's hard to know where to start cheesy

I'll be sticking quite closely to just the quadratic Mandelbrot set, with occasional Newton fractal bits (because Newton's method is so useful in various algorithms).  I probably won't even cover Julia sets in any great depth either.  And still I anticipate it will be quite long!
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #5 on: April 11, 2014, 05:22:03 PM »

you cant leave out julia sets wink

for once it is a historical connection, julia sets where there before, and the mandelbrot set is basically just a map of all julia seeds that produce a connected result wink

so, its quite important to include the connection between julia and mandelbrot, i am going to cover this in one of my following youtube shows!

when you want to deeply cover the mandelbrot set, be sure to include an analytical part about it as well, how the derivative can be used to obtain a distance estimation wink
Logged

---

divide and conquer - iterate and rule - chaos is No random!
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #6 on: April 25, 2014, 05:21:52 PM »

you cant leave out julia sets wink

True!  I'll get around to them at some point smiley

Not written anything about them so far though.  Just working towards interior coordinates and interior distance estimation at the moment, before moving on to more abstract things like internal and external angles and rays

Here's the current (very scrappy) draft: http://mathr.co.uk/mandelbrot/book-draft-2014-04-25-web.pdf (3.3MB)
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
How to write a formula in ChaosPro General Discussion Krumel 1 3337 Last post September 08, 2010, 09:29:06 PM
by quaternion
Write your own formulas? Mandelbulb 3d s31415 5 6128 Last post June 06, 2012, 08:58:11 PM
by stringbean5
How Do We Write the Code for Polinomial Set 2 in the Compiler? Fractal Explorer fractalatha 0 2066 Last post August 10, 2011, 06:18:51 PM
by fractalatha
Blobby (How to write simple m3f) Tutorials « 1 2 3 » visual.bermarte 39 10482 Last post April 20, 2015, 09:18:23 PM
by knighty
fastest way to write to the screen with a GPU Programming 0xbeefc0ffee 9 5542 Last post August 07, 2017, 06:41:10 PM
by 3dickulus

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.153 seconds with 24 queries. (Pretty URLs adds 0.011s, 2q)