Forgot password
 Register account
View 2768|Reply 5

[几何] 三视图

[Copy link]

167

Threads

381

Posts

5

Reputation

Show all posts

lrh2006 posted 2019-2-6 10:33 |Read mode
微信图片_20190206102948.jpg
想象不出原图,请各位赐教,谢谢!
青青子衿 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

167

Threads

381

Posts

5

Reputation

Show all posts

original poster lrh2006 posted 2019-2-6 17:39
回复 2# 青青子衿


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

138

Threads

743

Posts

3

Reputation

Show all posts

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


   厉害!学习了。

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

673

Threads

110K

Posts

218

Reputation

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

138

Threads

743

Posts

3

Reputation

Show all posts

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

赞!

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-21 12:11 GMT+8

Powered by Discuz!

Processed in 0.017163 seconds, 40 queries