• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 1
  • 8
  • 3
  • 0
  • 99
for i=1:600
x(i)=tan(cos(i*pi^0.5));
y(i)=sin(tan(i*pi^0.5));
end
plot(x,y,'-')
colormap jet
axis equal off
Remix Tree
Load full remix tree