• Remix
  • Share
  • New Entry

on 13 Oct 2022
  • 6
  • 12
  • 0
  • 0
  • 82
t = 0:0.01:12*pi/4;
r = exp(sin(t)) - 2*cos(4*t) + sin((t-pi/2)/12).^5;
polarplot(t,r);
Remix Tree