MathGroup Archive 2004

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

Search the Archive

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



  • Prev by Date: Re: Re: System of NonLinear Inequalities
  • Next by Date: array of cells with Gaussian noise
  • Previous by thread: Re: what actually is in the WRI "functions" database?
  • Next by thread: array of cells with Gaussian noise