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

> p:=2*Pi/3:

> r1:=3+cos(t/3):

> x1:=r1*cos(t):

> y1:=r1*sin(t):

> z1:=sin(t/3):

> r2:=3+cos(t/3+p):

> x2:=r2*cos(t):

> y2:=r2*sin(t):

> z2:=sin(t/3+p):

> x:=(1-s)*x1+s*x2:

> y:=(1-s)*y1+s*y2:

> z:=(1-s)*z1+s*z2:

> plot3d([x,y,z],s=0..1,t=0..6*Pi,scaling=constrained,grid=[5,100],
title="87121 By J.S.C.");

[Maple Plot]