• Remix
  • Share
  • New Entry

on 26 Oct 2021
  • 3
  • 22
  • 1
  • 0
  • 272
[X,Y]=meshgrid(-2:5e-3:2);
a=0.1+0.02i;
fz=(sqrt(abs((X+i*Y).^2+(X-i*Y).^5+a*((X+i*Y).^5.*(X-i*Y)+(X+i*Y).*(X-i*Y).^7)+a*((X+i*Y).^4./(X-i*Y).^6+(X-i*Y).^4./(X+i*Y).^6))))./(X.*Y+10).^2;
%fz(fz>9)=9;
pcolor(fz);
%c=colormap("lines");
colormap([lines;flipud(lines)]);
shading flat
axis([200 900 100 900],'square','off')
Remix Tree
Load full remix tree