• Remix
  • Share
  • New Entry

on 27 Oct 2022
  • 1
  • 17
  • 0
  • 0
  • 249
%Peacock
%Z=-1.1+.020i;
close all;
rng(2023)
Z=rand+rand*i; %z=0+0i
L=100; %lop
m=1e3;
cx=0.6;
cy=-0.5;
S=5; % Lg zm out
x=linspace(cx-S,cx+S,m);
y=linspace(cy-S,cy+S,m);
[X,Y]=meshgrid(x,y);
C=X+i*Y;
for k=1:L;
Z=-conj(Z).^(tan(Z)*3)+C;
W=exp(-abs(Z));
end
pcolor((W));
shading interp
axis([0 800 300 600]);
axis equal off
c=hsv(100);
Remix Tree
Load full remix tree