![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |

Mathematica Code:
Plot[{x^(1/2),x^(3/2),x^(-1/2),x^(-3/2)},{x,0,4}, PlotRange->{{0,4},{0,4}},
PlotStyle->{{Hue[0]},{Hue[0.3]},{Hue[0.6]},{Hue[0.8]}}, AspectRatio->Automatic]
Das Verhalten für
m und n ungerade: Die Funktion ist punktsymmetrisch zum
Ursprung. Der Graph
m gerade und n ungerade: Die Funktion ist spiegelsymmetrisch zur
y-Achse. Für
m ungerade und n gerade: die Funktion ist nicht für
Neilsche Parabel (semikubische
Parabel) mit

Mathematica Code:
f1=Plot[{x^(3/7),x^(7/3),x^(2/3),x^(4/3)},{x,0,2}, PlotRange->{{-2,2},{-2,2}},
PlotStyle->{{Hue[0]},{Hue[0.3]},{Hue[0.6]},{Hue[0.8]}}, AspectRatio->Automatic]
f2=Plot[{-Abs[x]^(3/7),-Abs[x]^(7/3),Abs[x]^(2/3),Abs[x]^(4/3)},{x,-2,0},
PlotRange->{{-2,2},{-2,2}}, PlotStyle->{{Hue[0]},{Hue[0.3]},{Hue[0.6]},{Hue[0.8]}},
AspectRatio->Automatic]
Show[{f1,f2}]
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |