• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 23
  • 213
  • 3
  • 0
  • 280
U=@(p)p+.5i*diff(p)*[0;4;4-i+i^cos(778*norm(p))^.5];
f=@(P,c,C)[P(1),c;C{~c+1}(U(P(2:3)),c-1,C);C{~c+1}(U(P([3,5])),c-1,C);P(4),c];
E=f(U(0:1),18,{f,@(P,c,C)[]});
e=E(:,1);
l=~E(:,2);
R=real(e);
I=imag(e);
fill(R,I,[18,7,7]/100);hold;
Current plot held
scatter(R(l),I(l),20,.1*cos(abs(e(l)))+[8,6,0]/9,'h');
axis off;
Remix Tree
Load full remix tree