• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 3
  • 23
  • 0
  • 0
  • 175
c = jet(4);
x(1)=0.1;y(1)=0;
a = -1.79;
b = .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(4,:),"filled")
ax=gca;
ax.Visible='off';
Remix Tree
Load full remix tree