Forgot password
 Register account
View 910|Reply 1

Mathematica画三维区域图

[Copy link]

461

Threads

959

Posts

4

Reputation

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

461

Threads

959

Posts

4

Reputation

Show all posts

original poster 青青子衿 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

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-20 06:00 GMT+8

Powered by Discuz!

Processed in 0.010975 seconds, 22 queries