<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
  <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
]>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<link rel="stylesheet" type="text/css" href="../../../comsci/css/s011.css"/>
<link rel='SHORTCUT ICON' href='../../../comsci/images/FrameHome.ico' />
<style type="text/css">
</style>
<title> Mandelbrot's Peano-snowflake </title>
</head>

<body>


<div class="message_right">
  <a href="http://validator.w3.org/check/referer">
    <img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid
	XHTML 1.1!" height="31" width="88" />
  </a>

  <a href="http://jigsaw.w3.org/css-validator/">
    <img style="width:88px;height:31px"
       src="http://jigsaw.w3.org/css-validator/images/vcss" 
       alt="Valid CSS!" />
  </a>
  <br/>
  Created 2004-03-09 &nbsp; Modified 
<!--UPDATE_DATE_MODIFIED-->
<!--UPDATE_DATE_BEGIN-->
2007-01-01
<br/>
<a href="mailto:chelton.evans@yahoo.com">Chelton Evans</a>
<!--UPDATE_DATE_END-->
</div>


<h1> 
<a href="geom.html"> <img alt="proj" src="../../../comsci/images/compgeom.png" /></a>
Mandelbrot's Peano-snowflake 
<a href="../../../../index.html">
<img alt="home" src="../../../comsci/images/Frame.gif" /> </a>
</h1>

<p>
<a href="#peano-snowflake_algorithm"> Peano-snowflake Algorithm from
 Picture </a> <br/>
<a href="#fractal_function_area"> The Fractal as a Function of Area </a> <br/>

</p>


<div class="spacer" />

<div class="float25">

<a id="peano-snowflake_algorithm" />
<h2> Peano-snowflake Algorithm from Picture </h2>


<p>
When I saw this fractal picture I wondered how it was generated. 
 The following is an algorithm to generate the fractal.

</p>


<img src="diagg00701.png" alt="diagg00701.png" />
<br/>

<div class="centered">
 From "Fractal Music, Hypercards and More", Martine Gardner page 8.
</div>

</div>


<div class="float25">
<p>
The triangle is equilateral - all side lengths are equal.
 Construct points by dividing the lengths in thirds. From the blue
 lines other points are constructed. Notice the guide lines
 which pass from one triangle
 corner/vertex and bisect the opposite side. 
</p>

<p>
The blue arrows indicate the direction of the fractal function applied to 
 length. The black arrow gives the direction. Let the function
 be defined such that given a starting point B and and end point A
 the left curve is constructed. Now applying this function to
 each segment separated by points the right diagram is generated.

</p>

<p>
From the left diagram you can see the curve which winds itself from
 B to A. And you can see how applying the function works.
</p>


</div>

<div class="spacer" />


<div class="float25">

<a id="fractal_function_area"> </a>
<h2> The Fractal as a Function on Area </h2>


<div class="float">
<img src="diagg00702.png" alt="diagg00702.png" />
</div>

</div>

<div class="float25">

<p>
Let a function be defined that converts the bottom large blue triangle
 into the top complicated one. The triangle has been divided into
 smaller triangles - 13 with area and 9 without which are holes.
 Repeating the function on the subsequent 13 triangles with
 area ... generates the fractal.
</p>

<p>
So instead of considering the fractal as a curve it can be 
 viewed as a function on area. It is equivalent to the curve in
 a one-one sense.
The area fractal gives a logical explanation
 for the points by showing their symmetry.
</p>

</div>




<p> <a href="g015.xml"> Procedural Methods </a> </p>


</body>
</html>



