| > | a:=2;b:=5;c:=sqrt(a^2+b^2);t:=3*s; |
| > |
| > | with(plots); |
Warning, the name changecoords has been redefined
| > | r:=c+a*cos(t); |
| > | x:=r*cos(s);y:=r*sin(s);z:=a*sin(t); |
| > | tubeplot([x,y,z],s=0..2*Pi,radius=0.2,scaling=constrained,grid=[50,50]); |
| > |