回最上方
回首頁 MAPLE作業 數學教材教法網站 有關MAPLE的連結 寄信給我  
我做網頁的工具 苗栗縣立致民國中  

   

八月三日作業
要看VRML檔請先下載觀看程式:按此下載
1.Construct a VRML file illustrating the intersection of two cylinders having the same radius, with axes meet and perpendicular to each other. 按我看解答
2.Construct the portion of the cylinder x^2 + z^2 = 0.81 lying outside x^2 + y^2 =1.    
3.Construct the solid bounded by the parabolic cylinder z = 4 - y^2 and the elliptic paraboloid z = x^2 + 3y^2.    
4.Construct the Astroidal Ellipsoid given by x = (cos(u)cos(v))^3, y = (sin(u)cos(v))^3 z = sin^3(v)    
5.Construct this surface:    
6.Construct this surface:    
 

 

Maple作業
7/04
7/06
7/11
7/13
7/18
7/20
7/25
7/27
8/01
8/03
8/08
8/10

> restart:

> x:=cos(t):

> y:=sin(t):

> z1:=x:

> z2:=-x:

> z:=(1-s)*z1+s*z2:

> a:=plot3d([x,y,z],s=0..1,t=0..2*Pi,scaling=constrained,color=red):

> b:=plot3d([z,y,x],s=0..1,t=0..2*Pi,scaling=constrained,color=green):

> with (plots):

> display(a,b);

[Maple Plot]