Henon2nd_kiss.gif (GIF Image, 1042x1042 pixels) - Scaled (87%)

Henon2nd_kiss.gif (GIF Image, 1042x1042 pixels) - Scaled (87%)

Post by Roger Bagu » Mon, 13 Jul 2009 18:46:53


http://www.yqcomputer.com/
Here the Henon of the second kind ( rotational)
is scaled to get a kissing fractal.
I got the idea for this from my efforts to get a Weizs=E4cker-Kuiper
like vortex of circles-ellipses.
The Henon law is based on conservation of the area in the x direction.
The first two are trianguloids like the elliptical signature curve,
but the inner curves are
four cornered.
Mathematica:
Clear[f, dlst, pt, cr, ptlst, x, y]
RandomSeed[];
a0 = 1.5732;
dlst = Table[ Random[Integer, {1, 2}], {n, 250000}];
f[1, {x_, y_}] := N[ {2*x*y/(x^2 + y^2) , (y^2 - x^2)/(y^2 + x^2)}];
f[2, {x_, y_}] := N[{x*Cos[a0] - (y - x^2)*Sin[
a0], x*Sin[a0] + (y - x^2)*Cos[a0]}/(1.55)];
pt = {0.5, 0.75};
cr[n_] := If[n - 2 == 0, RGBColor[0, 0, 1], If[n - 3 == 0, RGBCol=
or[0,
1, 0],
If[n - 1 == 0, RGBColor[1, 0, 0], RGBColor[0, 0, 0]]]]
ptlst = Table[{cr[dlst[[j]]], Point[pt = f[dlst[[j]], Sequence[pt]]]},
{j, Length[dlst]}];
Show[Graphics[Join[{PointSize[.001]}, ptlst]], AspectRatio ->
Automatic]
 
 
 

Henon2nd_kiss.gif (GIF Image, 1042x1042 pixels) - Scaled (87%)

Post by Roger Bagu » Wed, 15 Jul 2009 20:21:03

New type this morning:
http://www.yqcomputer.com/ #/photo.php?pid=2989366&id=787071498

Mathematica:
Clear[f, dlst, pt, cr, ptlst, x, y]
dlst = Table[ Random[Integer, {1, 2}], {n, 150000}];
f[1, {x_, y_}] := N[{7/24 - x/2 - y/2, x/2 - y/2}];
f[2, {x_, y_}] := N[{(x^2 - y^2)/(y^2 + x^2), Exp[1 - 2*x*y/(x^2 +
y^2)]}];
pt = {0.5, 0.75};
cr[n_] := If[n - 1 == 0, RGBColor[0, 0, 1], If[
n - 2 == 0, RGBColor[0, 0, 0],
If[n - 3 == 0, RGBColor[1, 0, 0], RGBColor[0, 1, 0]]]]
ptlst = Table[{cr[dlst[[j]]], Point[pt = f[dlst[[j]], Sequence[pt]]]},
{j, Length[dlst]}];
Show[Graphics[
Join[{PointSize[.001]}, ptlst]], AspectRatio -> Automatic,
PlotRange ->
All]
Respectfully, Roger L. Bagula
11759Waterhill Road, Lakeside,Ca 92040-2905,tel: 619-5610814 :http://
www.geocities.com/rlbagulatftn/Index.html
alternative email: XXXX@XXXXX.COM