• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 2
  • 9
  • 1
  • 0
  • 176
c = jet(4);
x(1)=0.1;y(1)=0;
a = -1.60;
b = 0.99;
for k=1:5e4
x(k+1)=y(k)+a*x(k)-5/(x(k)^2+1)+6+0.2*exp(-y(k)^2);
y(k+1)=-b*x(k);
end
scatter(x+y,x-y,1,c(3,:),"filled")
ax=gca;
ax.Visible='off';
Remix Tree
Load full remix tree