Forgot password?
 Create new account
View 2555|Reply 5

[几何] 三视图

[Copy link]

166

Threads

385

Posts

3327

Credits

Credits
3327

Show all posts

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

462

Threads

969

Posts

9934

Credits

Credits
9934

Show all posts

青青子衿 Posted at 2019-2-6 11:53:19
回复 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

166

Threads

385

Posts

3327

Credits

Credits
3327

Show all posts

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


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

134

Threads

761

Posts

5446

Credits

Credits
5446

Show all posts

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


   厉害!学习了。

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

700

Threads

110K

Posts

910K

Credits

Credits
94187
QQ

Show all posts

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

将 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
可以证明其三视图也符合题意

134

Threads

761

Posts

5446

Credits

Credits
5446

Show all posts

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

赞!

手机版Mobile version|Leisure Math Forum

2025-4-21 19:14 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list