回最上方
回首頁 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:

> with(plots):

Warning, the name changecoords has been redefined

> a:=tubeplot([cos(t),0,sin(t)],t=0..2*Pi,scaling=constrained,radius=0.3,
grid=[30,10],lightmodel=light3):

>

> b:=tubeplot([1+cos(t),sin(t),0],t=0..2*Pi,scaling=constrained,radius=0.3,
grid=[30,10],lightmodel=light1,title="87121 By J.S.C."):

>

> display(a,b);

[Maple Plot]