Forgot password?
 Register account
View 2766|Reply 5

[几何] 三视图

[Copy link]

168

Threads

382

Posts

3324

Credits

Credits
3324

Show all posts

lrh2006 Posted 2019-2-6 10:33 |Read mode
微信图片_20190206102948.jpg
想象不出原图,请各位赐教,谢谢!

460

Threads

952

Posts

9848

Credits

Credits
9848

Show all posts

青青子衿 Posted 2019-2-6 11:53
回复 1# lrh2006
  1. RegionPlot3D[
  2.   0 \[LessSlantEqual] x \[LessSlantEqual] 2 &&
  3.   0 \[LessSlantEqual] y \[LessSlantEqual] 2 &&
  4.   0 \[LessSlantEqual] z \[LessSlantEqual] 2 &&
  5.   x - y + 2 z \[LessSlantEqual] 2,
  6.   {x, -1, 3}, {y, -1, 3}, {z, -1, 3},
  7.   PlotPoints -> 40]
Copy the Code
4805.png

168

Threads

382

Posts

3324

Credits

Credits
3324

Show all posts

 Author| lrh2006 Posted 2019-2-6 17:39
回复 2# 青青子衿


    噢噢,我知道自己的问题了,谢谢啦

136

Threads

741

Posts

5358

Credits

Credits
5358

Show all posts

走走看看 Posted 2020-11-11 09:34
回复 2# 青青子衿


   厉害!学习了。

   根据你的图,我再配上一个 直观图。
   
    组合体直观图.png

682

Threads

110K

Posts

910K

Credits

Credits
90973
QQ

Show all posts

kuing Posted 2020-11-11 13:35
既然这帖被顶起来了,那我又来玩玩曲面构造法

将 2# @86鱼 的 x - y + 2z <=2 改成 x - y + 2 z <= 2 - x (2 - x) y (2 - y)/2 ,即
  1. RegionPlot3D[0 <= x <= 2 && 0 <= y <= 2 && 0 <= z <= 2 &&
  2.   x - y + 2 z <= 2 - x (2 - x) y (2 - y)/2, {x, 0, 2}, {y, 0, 2}, {z, 0, 2}]
Copy the Code
图形如下:
微信截图_20201111133347.png
可以证明其三视图也符合题意

136

Threads

741

Posts

5358

Credits

Credits
5358

Show all posts

走走看看 Posted 2020-11-11 18:10
回复 5# kuing

赞!

Mobile version|Discuz Math Forum

2025-6-5 22:43 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit