Zurück Vor +Ebene Home Inhalt Index Hilfe

Trigonometrische Funktionen

a:=     ;# (* Winkel in Bogenmaß eingeben *)
evalf(sin(a));   #(* schwarze Kurve *)
evalf(cos(a));   #(* gelbe Kurve *)
evalf(tan(a));   #(* grüne Kurve *)
evalf(cot(a));   #(* rote Kurve *)
plot({sin(x),cos(x),tan(x),cot(x)},x=-Pi..Pi,-5..5);

Copyright Verlag Harri Deutsch AG  Stöcker DeskTop Mathematik