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

   

八月一日作業
要看VRML檔請先下載觀看程式:按此下載
1.Construct the sphere with the command "plot3d".    
2.Construct the sphere with this pattern:    
3.Construct the sphere with this pattern:    
4.Construct the sphere with this pattern:    
5.Construct the part of the cylinder (x - 0.5)^2 + y^2 = 0.25 lying inside the sphere x2 + y2 + z2 =1.    
6.Construct the intersection of the cylinder (x - 0.5)^2 + y^2 = 0.25 and the sphere x^2 + y^2 + z^2 =1.    
7.Construct the sphere with the command "sphere" in "plottools".    
8.Construct eight spheres of the same size each touching three others.    
9.Construct four mutually tangent spheres of the same size:    
10.Construct six spheres of the same size each touching four others.
11.Construct twelve spheres of the same size each touching five others.    
12.Construct twenty spheres of the same size each touching three others.    
13.Construct twelve spheres of the same size each touching four others.    
 

 

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:

> with (plottools):

> r:=sqrt(2)/2:

> a1:=sphere([1,0,0],r):

> a2:=sphere([-1,0,0],r):

> a3:=sphere([0,1,0],r):

> a4:=sphere([0,-1,0],r):

> a5:=sphere([0,0,1],r):

> a6:=sphere([0,0,-1],r):

> with (plots):

> display (a1,a2,a3,a4,a5,a6,scaling=constrained);

[Maple Plot]