MathGroup Archive 2011

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

Search the Archive

Re: Just another Mathematica "Gotcha"

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120790] Re: Just another Mathematica "Gotcha"
  • From: Glenn Carlson <g.crlsn at gmail.com>
  • Date: Thu, 11 Aug 2011 05:08:36 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Interesting. And the two sets of statements below yield different results in Mathematica 8.

In[1]:= Series[a + (b1 + b2) x, {x, 0, 1}] // Normal /. {b2 -> 0}

In[2]:= Series[a + (b1 + b2) x, {x, 0, 1}];
% // Normal;
% /. {b2 -> 0}




  • Prev by Date: Re: Just another Mathematica "Gotcha"
  • Next by Date: Re: Just another Mathematica "Gotcha"
  • Previous by thread: Re: Just another Mathematica "Gotcha"
  • Next by thread: Re: Just another Mathematica "Gotcha"