Bill Allombert on Sat, 20 Nov 2021 18:09:43 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
GP movie |
Dear PARI lovers, I offer this GP script which is actually a short movie... install(usleep,vU); for(i=1,1000,plot(h=0,i,sin(h)^2);print(i);usleep(40000);print("\e[H\e[2J")) Another one: install(usleep,vU); for(i=1,1000,plot(h=0,i,besselj(0,h));print(i);usleep(40000);print("\e[H\e[2J")) Cheers, Bill.