Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.8K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Solid bounded by given region.

Posted 11 years ago

Why can't Wolfram do this: plot solid bounded by (z=0, z=4(?(X^2+y^2)), and (?(X^2+y^2))=2) ? Am I missing an app or widget somewhere? Please and thanks!

POSTED BY: Libby Mui
2 Replies

Am I missing an app or widget somewhere?

No, what you're missing is called syntax, not widget

RegionPlot3D[0 <= z >= 4 Sqrt[x^2 + y^2] && (x^2 + y^2) <= 4, 
{x, -2.1, 2.1}, {y, -2.1, 2.1}, {z, -.1, 8.1}, PlotPoints -> 35, 
 PlotRange -> All, PlotStyle -> Directive[Yellow, Opacity[0.8]], 
 PerformanceGoal -> "Quality"]
POSTED BY: Udo Krause
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard