• Remix
  • Share
  • New Entry

on 4 Oct 2022
  • 1
  • 15
  • 0
  • 0
  • 206
y=1:.01:2;
x=sqrt(1-(y-1).^2);
plot(y,1+x,'r',y,1-x,'r',[1 1],[0 2],'r','LineWidth',5)
hold on
x=[2.1 2.1 2.5 2.9 2.9];
y=[0 2 1 2 0];
plot(x,y,'LineWidth',5)
t=15:345;
x=sind(t);y=cosd(t)/2;
plot(y+3.5,1+x,'LineWidth',5)

Image

Remix Tree