• Remix
  • Share
  • New Entry

on 24 Oct 2021
  • 8
  • 5
  • 0
  • 0
  • 272
% PW oct 2021
close all; clear;
r=9; %#hide
n=2; %
m=400;
Z=zeros(m);
x=-1 % vert +2 item more up
x = -1
y=0; %
l=.8; %L1
xx=linspace(x-l,x+l,m);
yy=linspace(y-l,y+l,m);
[X,Y]=meshgrid(xx,yy);
C=X+i*Y;
for k=1:r;
Z=Z+1./(n.^C); %album abstractt this and below
Z=tanh(asinh((exp((sinh((log(acosh((Z.^3))).^C)) )).^3)))*C; %zeta
end
%W=exp(-abs(Z)); %jump1
W=abs(Z); %jump2
%pcolor(W);
pcolor(rot90(W)); %Turn
axis square
%axis off
shading interp;
colormap(turbo(15))
Remix Tree