Re: What has fractal theory achieved?




Yes, you missed something. _Other_ simple
algorithms
may produce e.g.
snowflake patterns, which look rather superficial
though. And _these_
"rigid" fractals are made more natural by adding
a
pinch of randomness
to them. That's the way e.g. clouds are done in
computer animations.
Disclaimer: iff I'm still informed well ..

That's something else. The subject was the
Mandelbrot
set. The only possibly random element is the
choice of
initial condition. Other self-similar
constructions,
e.g., Julia set, Koch snowflake, Sierpinski
triangle,
are also deterministically generated.

Tom


Sierpinski is deterministic ? Hmmmm....

I know that there are different ways to generate the
Sierpinski
triangle, but there is only one that I know really
well. It goes like
this:


[1] You have a triangle ABC.

[2] Pick any point inside the triangle ABC to be the
starting point,
call it X1

[3] Pick a corner at random from A,B,C.

[4] Find the halfway point from X1 to that corner,
call this point X2

[5] Rename X2 as X1

[6] Goto [3]



This algorithm makes nice gaskets, regardless of
whether you use
triangles, squares, hexagons, whatever. And it is
based on a random
selection of which corner.

Can you really say this is deterministic ? I dont
know - been thinking
about that one for 20 years now.


"Deterministic" means that the outcome is determined
by the initial conditions input. Nothing mysterious
going on here.

Tom


.



Relevant Pages

  • Re: Short question.
    ... A few weeks ago I constructed the largest physical Sierpinski triangle ... 32x32x32*Sqrtfeet on the sides of the main triangle. ... "The Direct3D Graphics Pipeline"-- code samples, sample chapter, FAQ: ...
    (sci.fractals)
  • Re: What has fractal theory achieved?
    ... snowflake patterns, which look rather superficial ... e.g., Julia set, Koch snowflake, Sierpinski triangle, ... triangle, but there is only one that I know really well. ... Pick any point inside the triangle ABC to be the starting point, ...
    (sci.math)
  • Re: What has fractal theory achieved?
    ... That's the way e.g. clouds are done in ... Sierpinski is deterministic? ... triangle, but there is only one that I know really ... Pick any point inside the triangle ABC to be the ...
    (sci.math)
  • Re: Internal Bisectors of a Triangle
    ... Given a triangle ABC ... angle AIB = pi/2 + angle ACI ... are either all interior angle bisectors, ...
    (sci.math)
  • Re: Internal Bisectors of a Triangle
    ... lines are all greater than pi/2 ... Given a triangle ABC ... angle AIB = pi/2 + angle ACI ...
    (sci.math)