Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Student Support Forum
-----
Student Support Forum: 'Plotting z^4 = x^2 + y^2' topicStudent Support Forum > General > Archives > "Plotting z^4 = x^2 + y^2"

< Previous Comment | Next Comment >Help | Reply To Comment | Reply To Topic | Post New Topic
Author Comment/Response
Bill
05/16/08 01:16am

Hi:

Try this:

ContourPlot3D[x^2 + y^2 == z^4, {x, -5, 5}, {y, -5, 5}, {z, -5, 5},
ColorFunction -> Function[RGBColor[.5, 1, 1]],
PlotPoints -> 25, Mesh -> 2, Axes -> True,
AxesLabel -> {"x", "y", "z"}, ImageSize -> 500,
Background -> LightYellow, ViewPoint -> {3, -5, 1}]

You can play around with the settings to suit your own personal taste.


HTH,

Bill

PS. This was done with Mma 6.0.1.

URL: ,

Subject (listing for 'Plotting z^4 = x^2 + y^2')
Author Date Posted
Plotting z^4 = x^2 + y^2 Andrew1337 05/15/08 10:35am
Re: Plotting z^4 = x^2 + y^2 Bill 05/16/08 01:16am
Re: Plotting z^4 = x^2 + y^2 Xavier 05/16/08 11:25am
< Previous Comment | Next Comment >Help | Reply To Comment | Reply To Topic | Post New Topic





 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy