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

   

七月二十七日作業
要看VRML檔請先下載觀看程式:按此下載
1.Construct the torus using the command "tubeplot".    
2.Construct two tori as thus:    
3.Construct the torus using the command "plot3d".    
4.Construct the torus by pasting two patches as thus:    
5.Construct one half of a torus so its cross-section consists of two concentric circles. )    
6.Construct one half of a torus so its cross-section consists of two disjoint circles.    
7.Construct one half of a torus so its cross-section consists of two intersecting circles.    
8.Construct one half of a torus so its cross-section consists of two interlocking circles in space.
9.Construct a knot as thus:    
10.Construct knots as thus:    
11.Construct a twisted torus whose sections are formed by regular triangles:    
 

 

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:

> a:=3:b:=4:c:=sqrt(a^2+b^2):

> x0:=c*cos(t):

> y0:=a+c*sin(t):

> z0:=0:

> s:=arccos(b/c):

> x1:=x0*cos(s)-z0*sin(s):

> y1:=y0:

> z1:=x0*sin(s)+z0*cos(s):

> x:=x1*cos(u)-y1*sin(u):

> y:=x1*sin(u)+y1*cos(u):

> z:=z1:

> plot3d([x,y,z],t=0..2*Pi,u=0..Pi,scaling=constrained,grid=[20,20],
lightmodel=light3,title="87121 By J.S.C.");

[Maple Plot]