• Remix
  • Share
  • New Entry

on 21 Oct 2021
  • 38
  • 25
  • 6
  • 0
  • 278
colormap cool
hold;
Current plot held
E=F(0:1)/1.5+2i;
I=imag(E);
R=E-i*I;
y=[0
0
18
18];
x=[-7
13
13
-7];
fill(x,y,y,R,I,'k');
h=scatter(R,I+randg(.45,size(R)),50,I/2);
alpha(h,.1);
camva(4.5)
axis equal
function V=F(p)
V=[];
if abs(diff(p))>.01
Z=p+.5i*diff(p)*[4;
4-i+i^cos(502*norm(p))^.5];
V=[p(1);
F(Z(1:2));
F(Z(2:3));
p(2)];
end
end
Remix Tree
Load full remix tree