Message Boards Message Boards

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

How to plot...

Posted 9 years ago

I have a 3D surface defined by (e.g.)

x^4 + x^5 + z^5yx ? y^4 == 0

and want to visualise it. I did my research, but found no hint how this can be done. Any pointers very welcome. :) Btw. this one is easily solvable for Z, but what it there were a z^3 term contained in the eqn?

POSTED BY: Thomas Vogler
2 Replies

Gianluca,

thank you very much for your Answer. Works like a charm. How come i couldn’t find this in the documentation? I did search and browse a lot!

Thomas

POSTED BY: Thomas Vogler

You can use ContourPlot3D:

ContourPlot3D[
 x^4 + x^5 + z^5 y x \[Minus] y^4 == 0, {x, -1, 1}, {y, -1, 
  1}, {z, -1, 1}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract