|
[Date Index]
[Thread Index]
[Author Index]
Re: Removed[$$Failure] in Integrate
- To: mathgroup at smc.vnet.net
- Subject: [mg61953] Re: [mg61928] Removed[$$Failure] in Integrate
- From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
- Date: Sat, 5 Nov 2005 22:41:40 -0500 (EST)
- References: <200511050652.BAA01952@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
On 5 Nov 2005, at 15:52, Pratik Desai wrote:
> Hi folks
>
> Has any body come across this while using Integrate
>
> Removed[$$Failure]
>
> What does this mean? Besides the obvious explanation
>
> Please advise
>
My question is: what is "the obvious explanation"?
At the risk of being too obvious let me just give an example of the
way Removed[symbol] usually appears in Mathematica:
In[1]:=
dog=cat;
In[2]:=
Remove[cat]
In[3]:=
dog
Out[3]=
Removed[cat]
Well, possibly some part of the code returned $$Failure, which was
then assigned to some variable and then Removed, leaving behind
Removed[$$Failure] . Most likely a bug.
Andrzej Kozlowski
Prev by Date:
Losing Digits
Next by Date:
Re: Mathematica 1
Previous by thread:
Removed[$$Failure] in Integrate
Next by thread:
Re: Removed[$$Failure] in Integrate
|