Zurück zum Inhaltsverzeichnis

Kapitel 2

> plot(sin(x), x=0..2*Pi, style=POINT, axes=BOXED);

[Maple Plot]

> plot3d(sin(sqrt(x^2+y^2)), x=-4..4, y=-4..4);

[Maple Plot]

zum Start der Animation die Knöpfe [Maple OLE 2.0 Object] und [Maple OLE 2.0 Object] in der Werkzeugleiste drücken (NICHT hier!)

> with(plots):

Warning, the name changecoords has been redefined

> animate(sin(x+alpha), x=0..2*Pi, alpha=0..2*Pi-(2*Pi)/20, frames=20, color=black);

[Maple Plot]

Zurück zum Inhaltsverzeichnis