Bug in O[x]
- To: mathgroup at smc.vnet.net
- Subject: [mg48233] Bug in O[x]
- From: Boris_Hollas <No.hollas at informatik.uni-ulm.de.Spam>
- Date: Wed, 19 May 2004 02:42:09 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Have a look at this: Mathematica 5.0 for Linux Copyright 1988-2003 Wolfram Research, Inc. -- Motif graphics initialized -- In[1]:= (1+O[x])^2 Out[1]= 1 + O[x] In[2]:= (1/x+O[x])^2 -2 0 Out[2]= x + O[x] In[3]:= (1+O[x])^3 Out[3]= 1 + O[x] Obviously something is wrong with the O function in Mathematica 5. Boris Hollas