Graphische Darstellung
Dargestellt sind
Realteil und Imaginärteil des komplexen Sinus hyperbolicus. Sie wurden mit dem Mathematicacode
f1=Plot3D[Sinh[x] Cos[y], {x,-2,2}, {y,0,15}, PlotPoints->25]
f2=Plot3D[Cosh[x] Sin[y], {x,-2,2}, {y,0,15}, PlotPoints->25]
erzeugt.