Mathematica Code:
Plot[{Tanh[x],Coth[x],(Coth[x]-(1/x))},{x,-4,4},PlotRange->{{-4,4},{-4,4}}, PlotStyle->{{Hue[0]},{Hue[0.3]},{Hue[0.6]}},AspectRatio->Automatic]
Mathematica Code:
Plot[{Tanh[x],Sinh[x],x},{x,-2,2},PlotRange->{{-2,2},{-2,2}}, PlotStyle->{{Hue[0]},{Hue[0.3]},{Hue[0.6]}},AspectRatio->Automatic]
: für Werte nahe ähnliches Verhalten wie
und wie die Gerade .
: für Werte nahe ein ähnliches Verhalten
wie .