Group Abstract Group Abstract

Message Boards Message Boards

0
|
3K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

3D plot an equation?

Posted 9 years ago

Plot3D requires a function as input. Not an equation. Please see the documentation for Plot3D for examples.

If you want to plot an equation like this, you'll want to use something else like ContourPlot3D:

ContourPlot3D[z == 4 - x, {x, -4, 4}, {y, -4, 4}, {z, -4, 4}]
POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard