• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 2
  • 19
  • 1
  • 0
  • 182
t=0:2*pi/3:2*pi;
x=cos(t);
y=sin(t);
fill(x,y,'yellow','LineStyle','none')
axis square;
hold on;
t=0+pi/3:2*pi/3:2*pi+pi/3;
x=cos(t);
y=sin(t);
fill(x,y,'yellow','LineStyle','none')
axis square;
hold on;
Remix Tree