MathGroup Archive 2002

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

Search the Archive

Re: Urgent Plot Problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34079] Re: [mg34063] Urgent Plot Problem
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Thu, 2 May 2002 03:49:18 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On Wednesday, May 1, 2002, at 08:00 AM, deniz.seker at arcelik.com wrote:

> Hi everybody,
>
> I have an NDSolve solution for two different variables in
> InterpolatingFunction form.
>
> I'm trying to get 2 different 3D plots. But I'm having error messages 
> about
> some point of the solutions that they are not real numbers on this 
> point.
>
Does your function have singularities?  Or the numeric approximation to 
it may have an imaginary component at some points (ie, not a real 
number), or you could be dividing by zero at some point and getting 
undefined values.  Without more information it's hard to tell what's 
wrong.

> How can I get this plots? Can I ignore these error messages?
>
You cannot ignore the problems.  If it's simply a problem of a small 
imaginary component that you know is the result of floating point error 
and is not mathematically significant then simply use Re.

Ssezi



  • Prev by Date: RE: Urgent Plot Problem
  • Next by Date: Re: Split Polynom into Sum of Monomials
  • Previous by thread: RE: Urgent Plot Problem
  • Next by thread: RE: Urgent Plot Problem