eldorado.tu-dortmund.de/server/api/core/bitstreams/e8ced18a-84b0-44f5-9d30-d509f6e8621c/content
coords=spherical); animate3d(sin(x)*cos(t*u),x=1..3,t=1..4,u=1/4..7/2,
coords=cylindrical); animate3d([x,y,(1.3)^x*sin(u*y)],x=1..3,y=1..4,u=1..2, coords=spherical);
1.3. Das Kommando animatecurve(f(x),x=a..b [...] e,color=sin(x)*cos(y)); g:=(x,y)->x*y/(x^2+y^2); plot3d(g(x,y),x=-1..1,y=-1..1,axes=boxed,grid=[50,50]); plot3d(g(x,y),x=-1..1,y=-1..1,axes=boxed,grid=[50,50], orientation=[-50,20]); plot3d([u*cos(v),-v*sin(u) [...] 5,t=1..6,numpoints=200,frames=200); animate([cos(x*t),x,x=-5..5],t=1..6,coords=polar, numpoints=100,frames=100); animate(cos(t*x)*exp(-x),x=-3..3,t=1..20,frames=20, thickness=2); animate([u*t,t,t=1..8*Pi] …