MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Plotting an explicit solution!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82682] Plotting an explicit solution!
  • From: markmgg at googlemail.com
  • Date: Sun, 28 Oct 2007 04:04:21 -0500 (EST)

Hello everybody,

* I have this explicit solution:
z== (x^2 + z^2)^(3/2) - (z + x + x Cos[y])^(5/2)

* As you see it has three variables: x,y and z.

* I have ploted it by using the function "ContourPlot3D":
ContourPlot3D[z == (x^2 + z^2)^(3/2) - (z + x + x Cos[y])^(5/2),
 {x, 1, 50}, {y, 0, \[Pi]/2}, {z, 0, 3}]

I am just wondering if using the function "ContourPlot3D" was correct
in this such a peoblem, or should I use another function!


Thank you in advance,
Mark



  • Prev by Date: How to use Fourier (fft) to solve eplliptic partial differential equation?
  • Next by Date: how to draw a huffman tree
  • Previous by thread: How to use Fourier (fft) to solve eplliptic partial differential equation?
  • Next by thread: how to draw a huffman tree