MathGroup Archive 1993

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

Search the Archive

unknown warning message

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: unknown warning message
  • From: kenward at mdd.comm.mot.com (Gary Kenward)
  • Date: Fri, 10 Sep 93 13:27:00 PDT

Mathematica 2.2 is generating a warning message:

>  Condition::obscf: 
>     Warning: Obsolete use of Condition (
>      Limit[expnPDF2i[x, h, l], l -> h] /; l == h) evaluated to Fail.


When the following expressions are evaluated:

>  Clear[expnPDF2i, expnPDF2]
>  expnPDF2i [z_, h_, l_] = Integrate[expnPDF[z - x, h] expnPDF[x, l], {x, -Infinity, Infinity}]
>  expnPDF2 [x_, h_, l_] = Limit[expnPDF2i[x, h, l], l->h] /; l==h


Can anyone tell me what is happening and how I might fix it (other than
turning off the warning) - i.e. what is the "non-obsolete use of 
Condition"?


Regards,
Gary Kenward
Motorola Inc.






  • Prev by Date: Getting X11 graphics from Mma on NeXT
  • Next by Date: Reading PC MATLAB *.MAT files into Mathematica
  • Previous by thread: Re: Getting X11 graphics from Mma on NeXT
  • Next by thread: Reading PC MATLAB *.MAT files into Mathematica