• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 3
  • 25
  • 0
  • 0
  • 102
for i=1:600
x(i)=tan(cos(i*pi^0.5));
y(i)=sin(tan(i*pi^0.5));
J(i)=besselj(0,x(i)+y(i));
end
plot(J,x)
axis off
Remix Tree
Load full remix tree