回最上方
回首頁 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:=(cos(u)*cos(v))^3:

> y:=(sin(u)*cos(v))^3:

> z:=(sin(v))^3:

> plot3d([x,y,z],u=0..Pi,v=0..2*Pi,grid=[50,30],color=COLOR(RGB,0.3,0.6,0.4),
scaling=constrained);

[Maple Plot]