<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bee Eee Blog &#187; fractals</title>
	<atom:link href="http://blog.bee-eee.com/tag/fractals/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bee-eee.com</link>
	<description>-- C# hints and tips</description>
	<lastBuildDate>Wed, 23 Dec 2009 19:00:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>c# Mandelbrot fractal unleashed!</title>
		<link>http://blog.bee-eee.com/2008/05/15/c-mandelbrot-fractal-unleashed/</link>
		<comments>http://blog.bee-eee.com/2008/05/15/c-mandelbrot-fractal-unleashed/#comments</comments>
		<pubDate>Fri, 16 May 2008 03:17:28 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[fractals]]></category>

		<guid isPermaLink="false">http://blog.bee-eee.com/2008/05/15/c-mandelbrot-fractal-unleashed/</guid>
		<description><![CDATA[I remember the first time I saw the Mandelbrot set.  It was incredible!  After I had successfully programmed at it on my 8088 (a very old DOS computer).  I would wait 10 minutes at a time for a screen to pop up.  The detail was nothing short of amazing.  The swirls, the shapes, the colors.  [...]]]></description>
			<content:encoded><![CDATA[<p>I remember the first time I saw the Mandelbrot set.  It was incredible!  After I had successfully programmed at it on my 8088 (a very old DOS computer).  I would wait 10 minutes at a time for a screen to pop up.  The detail was nothing short of amazing.  The swirls, the shapes, the colors.  The neatest thing was the ability to zoom into it to reveal more and more and more detail.</p>
<p>Well it&#8217;s been many years and computers have improved a great deal as have the tools to program them.  So I wrote another Mandelbrot explorer.</p>
<p><a href="http://blog.bee-eee.com/wp-content/uploads/2008/05/madel.jpg" title="Mandelbrot Image"><img src="http://blog.bee-eee.com/wp-content/uploads/2008/05/madel.thumbnail.jpg" alt="Mandelbrot Image" /></a></p>
<p>What is the Mandelbrot set? Well&#8230;.  In short it is X<sub>n+1</sub> = X<sub>n</sub><sup>2</sup> + C iterated until the magnitude of X<sub>n</sub> is greater than 4 or the maximum number of iterations is met then the number of iterations is used as the color of the pixel.   X<sub>n</sub> is a complex number, C is another complex number where the x coordinate of the pixel defines the real part and the y coordinate defines the imaginary part of the number. The magnitude is defined as X<sup>2</sup> + Absolute Value of (X<sub>i</sub><sup>2</sup>).   Then this process is repeated for each pixel.  Holy smoke that is a mouthful!</p>
<p>Anyway take a peek at the code if you&#8217;d like and surely get the app and have fun exploring the Mandelbrot set.</p>
<p>To zoom in a spot just click on it.  The number is the number of iterations.  The more iterations the deeper the pattern goes (well until you run into percision problems).</p>
<p><a href="http://blog.bee-eee.com/wp-content/uploads/2008/05/mandelbrot.zip" title="Mandelbrot Executable">Mandelbrot Executable</a></p>
<p><a href="http://blog.bee-eee.com/wp-content/uploads/2008/05/mandelbrot-source-vs2008.zip" title="Mandelbrot source code.">Mandelbrot source code.</a></p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bee-eee.com/2008/05/15/c-mandelbrot-fractal-unleashed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

