Bug in Series for UnitStep
- To: mathgroup at smc.vnet.net
- Subject: [mg48599] Bug in Series for UnitStep
- From: "Drago Ganic" <drago.ganic at in2.hr>
- Date: Mon, 7 Jun 2004 05:33:24 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, here is the different behaviour between v4.0 and v5.0: Version 4.0: In[n]:= Series[UnitStep[x], {x,0,3}] Out[n]= Series[UnitStep[x], {x,0,3}] Version 5.0: In[n]:= Series[UnitStep[x], {x,0,3}] Out[n]= UnitStep[x] Is this a Bug in v5.0 ? Greetings, Drago Ganic