Re: Re: Problem with ContourPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg107072] Re: [mg107006] Re: [mg106975] Problem with ContourPlot3D
- From: cire g <eric.phys at gmail.com>
- Date: Tue, 2 Feb 2010 03:26:58 -0500 (EST)
- References: <26598747.1264854024896.JavaMail.root@n11> <201001311058.FAA10829@smc.vnet.net>
Hello guys it works fine like this y^2 == Cos[x]/(4 x + z) using version 7 on Linux. David Park wrote: > Maybe it you give it a form where it doesn't have to divide by zero? > > ContourPlot3D[ > , {x, -5, 5}, {y, -5, 5}, {z, 0, 10}] > > > David Park > djmpark at comcast.net > http://home.comcast.net/~djmpark/ > > > From: Dominic [mailto:miliotodc at rtconline.com] > > Hi. > > I'm unable to obtain a clean plot of this DE solution: > > ContourPlot3D[y^2 == Cos[x]/(4*x + z), > {x, -5, 5}, {y, -5, 5}, {z, 0, 10}] > > If I specify PlotPoints->50, Mathematica crashes. If I try > MaxRecursion->4, it also locks up. The command above does produce a > plot but it's jagged and has an "extraneous sheet" between the two > sections of the plot. Any way to get a nicer plot? > > Thanks, > > Dominic > > >