deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
[x]
Shop Similar Prints
This Print Not Available
Download Image
JPG, 826×535
more ▶

More from ~AlphonseLavallee

Featured in Groups:

Details

November 17, 2007
115 KB
826×535
Link
Thumb

Statistics

Comments: 7
Favourites: 4 [who?]

Views: 276 (0 today)
Downloads: 11 (0 today)
[x]
:iconalphonselavallee:
All the parameters are in the fallowing MatLab code :

-------------------------------------------------------------------
function [t] = julia1()

a = 0.3;
b = 0.025;
t = 1000*ones(1000,1000);

for i = 1:1000
for j = 1:1000
x = 3*(i - 500)/1000;
y = 3*(j - 500)/1000;
for k = 1:1000;
xx = x^2-y^2+a;
yy = 2*x*y+b;
rr = xx^2 + yy^2;
if rr > 4
t(i,j) = k;
break
else
x = xx;
y = yy;
end
end
end
end

imagesc(t); axis off;

return
---------------------------------------------------------------------

(computer, 2007)
Add a Comment:
 
:iconmariomguy:
That looks like the weather radar, showing Florida :(
Reply
:iconalphonselavallee:
Indeed, some fractal curves could look a bit scary...
Reply
:iconaiethal:
Whu....reminds me of the last time I tripped on shrooms. They make EVERYTHING look like that, and every thing's boiling at the same time!
Reply
:iconalphonselavallee:
When I eat boletus and cepes fried in butter (with a very little touch of garlic, but not to much not to kill the taste of the mushrooms) I am also in ecstasies... but I don't see fractal curves.
Reply
:iconaiethal:
If anything could improve the taste of shrooms (they're very bitter.) it would be butter and garlic. Hmm....a brochette maybe?
Reply
:iconmamei799:
~mamei799 Nov 17, 2007  Hobbyist Interface Designer
looks great :D
Reply
Add a Comment: