• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 4
  • 49
  • 6
  • 0
  • 270
[X,Y]=meshgrid(-3:0.006:3);
a=0.1+i*0.02005;
fz=sqrt(abs((X+i*Y).^5+(X-i*Y).^5+a*((X+i*Y).^6.*(X-i*Y)+(X+i*Y).*(X-i*Y).^6)+a*((X+i*Y).^4./(X-i*Y).^6+(X-i*Y).^4./(X+i*Y).^6)));
fz(fz>9)=9;
pcolor(fz);
cm=colormap("hsv");
cm(end,:)=[1,0.5,0.5];
colormap(cm);
shading interp
axis square off
Remix Tree
Load full remix tree