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

   

1.construct the graph of sin(x) with x ranging in [0,2 p ].

2.Draw a circle given by the parametric equations x=cos(t),y=sin(t),t e [0,2p]
3.Draw the graphs of the first six Chebyshev polynomials in the interval [-1,1].
4.Draw this pretty leaf
5.Draw the graphs of the polynomials given by the binomial expansions

 

Binomial(100,k)*x^(100-k)*(1-x)^k, k = 0 .. 100


6.Construct this pattern of the "sunflower"按我看例子 
7.Construct the graph given in polar coordinates by r=cos(7t/2)+1/4 ,t e [0,4p ]
8.Construct this interesting drawing
9.Construct this interesting drawing
10.Construct this interesting pattern
11.Construct a gif file animating the function f(x,t)=sin(x+t) and include the gif in your web page.
12.因式分解2^257-1

 

 

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

> r:=exp(t):

> m:=64:

> a:=plot([[r*cos(t+2*Pi*k/m),r*sin(t+2*Pi*k/m),t=3..5]$k=1..m],scaling=constrained
,axes=none):

> b:=plot([[r*cos(t+2*Pi*k/m),-r*sin(t+2*Pi*k/m),t=3..5]$k=1..m],scaling=constrained,axes=none):

> with (plots):

> display(a,b);

[Maple Plot]