Re: Just another Mathematica "Gotcha"
- To: mathgroup at smc.vnet.net
- Subject: [mg120793] Re: Just another Mathematica "Gotcha"
- From: Glenn Carlson <g.crlsn at gmail.com>
- Date: Thu, 11 Aug 2011 05:09:09 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
I agree with Heike. '/.' takes precedence over '//'. For example, In[1]:= Normal /. b2 -> 0 Series[a + (b1 + b2) x, {x, 0, 1}] // % Out[1]= Normal Out[2]= a + (b1 + b2) x Thanks and regards, Glenn