Zurück Vor +Ebene Home Inhalt Index Hilfe

Hyperbolische Funktionen

Sinus hyperbolicus

a:=    ;
evalf(sinh(a));
# (* Kurvenverlauf *)
plot(sinh(x),x=-5..5);

Cosinus hyperbolicus

a:=     ;
cosh(a) ;
# (* Kurvenverlauf *)
plot(cosh(x),x=-5..5);

Tangens hyperbolicus

a:=    ;
tanh(a) ;
# (* Kurvenverlauf *)
plot(tanh(x),x=-5..5);

Kotangens hyberbolicus

a:=       ;
coth(a) ;
# (* Kurvenverlauf *)
plot(coth(x),x=-15..15);

Copyright Verlag Harri Deutsch AG  Stöcker DeskTop Mathematik