level 2
🔥李蜀黍
楼主
Clear["Global`*"]
Kplus = wp/Sqrt[1 + wp/omega];
Kminus = wp/Sqrt[1 - wp/omega];
Plot3D[{Kplus, -Kplus, Kminus, -Kminus}, {wp, 0, 2}, {omega, -2, 2},
PlotRange -> {-4, 4}, BoxRatios -> {1, 1, 1}, BoundaryStyle -> None,
ClippingStyle -> None, PlotPoints -> 30, AxesLabel -> Automatic]



2022年03月17日 03点03分
1
Kplus = wp/Sqrt[1 + wp/omega];
Kminus = wp/Sqrt[1 - wp/omega];
Plot3D[{Kplus, -Kplus, Kminus, -Kminus}, {wp, 0, 2}, {omega, -2, 2},
PlotRange -> {-4, 4}, BoxRatios -> {1, 1, 1}, BoundaryStyle -> None,
ClippingStyle -> None, PlotPoints -> 30, AxesLabel -> Automatic]


