MathGroup Archive 2008

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

Search the Archive

Re: Plot3D crashes Mathematica 6.02

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89212] Re: [mg89166] Plot3D crashes Mathematica 6.02
  • From: Syd Geraghty <sydgeraghty at mac.com>
  • Date: Thu, 29 May 2008 07:05:44 -0400 (EDT)
  • References: <200805280843.EAA27065@smc.vnet.net>

Hi,

I suggest you first simplify the expression you used then restrict the  
range over which you are plotting initially.

Plot3D[(10 E^(2 (x^2 + y^2)) (x - y))/(1 + x^2 + y^2), {x, -1, 1}, {y,  
-1, 1}]

Works fine.

I also plotted your original expression on my system OK but it seem to  
be not very useful to do so.

There are an infinite number of ways to get your system and  
Mathematica to fail, the fun is building up sensible problems that  
have solutions you can use.


Syd Geraghty B.Sc, M.Sc.

sydgeraghty at mac.com

My System

Mathematica 6.0.2.1 for Mac OS X x86 (64 - bit) (March 13, 2008)
MacOS X V 10.5.2
MacBook Pro 2.33 Ghz Intel Core 2 Duo  2GB RAM






On May 28, 2008, at 1:43 AM, prokofyev wrote:

> Plot3D[10(x-y)/(x^2+y^2+1)/E^-((x-y)^2+(x+y)^2), {x, -10, 10}, {y,
> -10, 10}]



  • Prev by Date: Re: simplify polynomial
  • Next by Date: Re: simplify polynomial
  • Previous by thread: Plot3D crashes Mathematica 6.02
  • Next by thread: Re: Plot3D crashes Mathematica 6.02