MathGroup Archive 1999

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

Search the Archive

Simlifying series expansion

  • To: mathgroup at smc.vnet.net
  • Subject: [mg20550] Simlifying series expansion
  • From: Peter Pollner <pollner at physik.uni-marburg.de>
  • Date: Sat, 30 Oct 1999 00:14:02 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I am interested to calculate power series like

x^g Sin[x] = x^(g+1) + o[x^(g+3)]

How to do it with Mathematica? The naive

Series[x^g Sin[x],{x,0,IntegerPart[g+4]}]

do not work.

Thanks for any help
Peter 



  • Prev by Date: Re: Re: dictionaries?
  • Next by Date: Re: Partitioning lists
  • Previous by thread: Re: CSV Format
  • Next by thread: Re: Simlifying series expansion