Forgot password?
 Register account
View 904|Reply 1

Mathematica画三维区域图

[Copy link]

459

Threads

952

Posts

9843

Credits

Credits
9843

Show all posts

青青子衿 Posted 2018-12-16 13:54 |Read mode
Mathematica画三维区域图不够光滑,是不是只能用PlotPoints进行调整?
  1. RegionPlot3D[
  2. 0 < x < x + y < 1 && 0 < z < y + z < 1 && 0 < x + z < 1,
  3. {x, -1, 1}, {y, -1, 1}, {z, -1, 1}, PlotPoints -> 40]
Copy the Code

459

Threads

952

Posts

9843

Credits

Credits
9843

Show all posts

 Author| 青青子衿 Posted 2019-4-19 20:58
  1. RegionPlot3D[-1 <= z <= 1 && 2 x^2 + 2 y^2 <= 4 z^2 + 1,
  2. {x, -1.6, 1.6}, {y, -1.6, 1.6}, {z, -1.6, 1.6}, PlotPoints -> 50]
Copy the Code

Mobile version|Discuz Math Forum

2025-6-5 01:43 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit