| Draw this pretty leaf:
w:=1+cos(t)/2:z:=t/6-sin(2*t)/12:x:=w*cos(z):
y:=w*sin(z):
|
![]() |
| Draw the graphs of the polynomials
given by the binomial expansions
m:=[x,binomial(100,k)*x^(100-k)*(1-x)^k,x=0..1]: plot({m$k=0..100},axes=none); |
![]() |
| Construct he graph given in polar
coordinates by
|
![]() |
| Construct this interesting drawing:
plot(2-cos(3*t)-cos(31*3*t/32),t=0..64*Pi, coords=polar, numpoints=1000,axes=none, scaling=constrained); Reference: William F. Rigge, Envelope Rosettes, Amer. Math. Monthly, (1920), p. 152. |
![]() |
| Construct this interesting drawing:
plot(2-cos(7*t)-cos(31*7*t/32),t=0..64*Pi, coords=polar, numpoints=1000,axes=none, scaling=constrained); Reference: William F. Rigge, Envelope Rosettes, Amer. Math. Monthly, (1920), p. 154. |
![]() |
| Construct this interesting drawing:
plot(100+t+15*cos(3.05*t), t = 0 .. 200, coords =polar, axes = none,scaling=constrained); |
![]() |
| Construct a gif file animating the function
|
![]() |
| Construct the line segments joining (cos(t),0) with (0,sin(t)) as t
ranges over [0,2p].
x:=cos(t);
|
![]() |
| Construct the velocity vector field along a constant motion around a circle. |
![]() |
| Construct the line segments joining [cos(t),sin(t)] with [cos(2t),sin(2t)] as t ranges over [0,2p]. |
![]() |
| Construct this figure: |
![]() |
| Construct this graph associated with the logistic equation:
x:=0.7;
|
![]() |
| Construct the reflections of a light ray inside
a square:
m:=1.7123:x:=0:y:=0:v:=[ [x,y] ]:
|
![]() |