回最上方
回首頁 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 - y2 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:=r*cos(t):

> y:=r*sin(t):

> z:=1-s:

> r:=0.05*t:

> plot3d([s*x,s*y,z],s=0..1,t=0..30,scaling=constrained,color=green,grid=[20,200]);

[Maple Plot]