MathGroup Archive 2004

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

Search the Archive

"+ -" in an output line?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52275] "+ -" in an output line?
  • From: AES/newspost <siegman at stanford.edu>
  • Date: Sat, 20 Nov 2004 03:41:51 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

The input

    In[13]:=
    Series[-I q s - I p Sqrt[K1^2 - s^2], {s, 0, 1}]

gives

    Out[13]=
    -I Sqrt[K1^2] p + - I q s + O[s^2]

whereas

    In[14]:=
    Series[-I q s - I p Sqrt[K1^2 - s^2], {s, 0, 1}] // Normal

gives

    Out[14]=
    -I Sqrt[K1^2] p - I q s

What's that "+ -" doing in Out[13] ?  Is this normal?


  • Prev by Date: DICOM oversight in V5.1?
  • Next by Date: Difference between scalar and vector inequality!
  • Previous by thread: Re: DICOM oversight in V5.1?
  • Next by thread: Re: "+ -" in an output line?