1、作图:SphericalPlot3D[Sin[u] - 1, {u, 0, Pi*2}, {v, 0, 2 Pi},PlotRange -> All, Axes -> False, Boxed -> False]注意看u和v的取值范围。
![【微分几何】球坐标方程Sin[u] - 1的图像](https://exp-picture.cdn.bcebos.com/031231632385e0362a00b55ab8e039723c035a24.jpg)
3、u的范围减少:{u, 0, Pi}, {v, 0, 2 Pi}
![【微分几何】球坐标方程Sin[u] - 1的图像](https://exp-picture.cdn.bcebos.com/955ea0e434daf05e75b18bc3751d96d81919e524.jpg)
5、{u, 0, Pi/4}, {v, 0, 2 Pi}:
![【微分几何】球坐标方程Sin[u] - 1的图像](https://exp-picture.cdn.bcebos.com/1f9feadca039131f567e216be275f2c4ed990a25.jpg)
7、{u, 0, Pi/2}, {v, 0, Pi}:
![【微分几何】球坐标方程Sin[u] - 1的图像](https://exp-picture.cdn.bcebos.com/031231632385e0362a03b55ab8e039723c035a25.jpg)
时间:2024-10-14 11:24:25
1、作图:SphericalPlot3D[Sin[u] - 1, {u, 0, Pi*2}, {v, 0, 2 Pi},PlotRange -> All, Axes -> False, Boxed -> False]注意看u和v的取值范围。
3、u的范围减少:{u, 0, Pi}, {v, 0, 2 Pi}
5、{u, 0, Pi/4}, {v, 0, 2 Pi}:
7、{u, 0, Pi/2}, {v, 0, Pi}: