• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 1
  • 12
  • 1
  • 0
  • 157
t=linspace(0,1,10000);
x=3*cos(4*pi*4*t)-cos(12*pi*4*t)-3*cos(4*pi*t)+cos(12*pi*t);
y=-3*sin(4*pi*4*t)+sin(12*pi*4*t)+3*sin(4*pi*t)-sin(12*pi*t);
plot(y,x)
axis off

Image

Remix Tree

Load full remix tree