Re: Strange behaviour (bug?) in Mathematica 6
- To: mathgroup at smc.vnet.net
- Subject: [mg81685] Re: Strange behaviour (bug?) in Mathematica 6
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Mon, 1 Oct 2007 04:53:32 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <fdnli1$kmm$1@smc.vnet.net>
Szabolcs Horv=C3=A1t wrote:
> Evaluating the following three statements with a fresh kernel, in this =
> exact order, results in an error message in Mathematica 6.0 (not in 5.2=
).
<snip>
It also appears in version 6.0.1.
In[1]:= Limit[1/x, x -> Infinity]
Out[1]= 0
In[2]:= Exp[Sqrt[x]] + O[x]^2
Out[2]= (SeriesData[$CellContext`x, 0, {
1, 1, Rational[1, 2], Rational[1, 6]}, 0, 4, 2])
In[3]:= Sum[x^n/n!, {n, 0, Infinity}]
During evaluation of In[3]:= SeriesData::sdatn: Order specification \
___ in SeriesData[_,_,{},___] is not a machine-size integer. >>
Out[3]= \[ExponentialE]^x
In[4]:= $Version
Out[4]= "6.0 for Microsoft Windows (32-bit) (June 19, 2007)"
Regards,
Jean-Marc