Zurück Vor +Ebene Home Inhalt Index Hilfe

Lissajous

restart:
fx:=t->          ;# (* Trigonometrische Funktion eingeben *)
fy:=t->          ;# (* Trigonometrische Funktion eingeben *)
plot([fx(t),fy(t),t=0..2*Pi]);

#(* Beispiel *)
restart:
fx:=t-> sin(2*t):
fy:=t-> cos(3*t):
plot([fx(t),fy(t),t=0..2*Pi]);

Copyright Verlag Harri Deutsch AG  Stöcker DeskTop Mathematik