MathGroup Archive 2004

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

Search the Archive

Re: Remove the higher order terms in series expansion

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52823] Re: [mg52798] Remove the higher order terms in series expansion
  • From: "Baris Erbas" <berbas at anadolu.edu.tr>
  • Date: Tue, 14 Dec 2004 05:59:11 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
You can use Normal[Series[f,{x,x0,n}] or equivalently Series[...]//Normal

Bye,
barýþ

-----Original Message-----
From: highorder [mailto:highorder at Noreply.com] 
To: mathgroup at smc.vnet.net
Subject: [mg52823] [mg52798] Remove the higher order terms in series expansion

I guess this should be simple and hiding somewhere in the manual. Is
there a quick way to remove the high order terms after using
Series[f,{x,x0,n}] command? The problem comes from the output is
actually given by:

expansion term + O(x^3);

the O(x^3) should be removed. I will keep trying but wondering if
anyone has a quick answer.

Thanks.



  • Prev by Date: Re: defining variables as Real
  • Next by Date: Re: Remove the higher order terms in series expansion
  • Previous by thread: Re: Remove the higher order terms in series expansion
  • Next by thread: Re: Remove the higher order terms in series expansion