• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 9
  • 28
  • 12
  • 0
  • 249
clear
Z=+0.04+.020211004i;
col=9;
m=1200;
cx=-1;
cy=-0.5;
l=22;
x=linspace(cx-l,cx+l,m);
y=linspace(cy-l,cy+l,m);
[X,Y]=meshgrid(x,y);
C=X+i*Y;
for k=1:col;
Z=conj(Z).^(Z)+C;
W=exp(-abs(Z));
end
pcolor(rot90(W));
shading interp
axis([100 1200 200 1000])
axis square off
colormap jet
Remix Tree
Load full remix tree