Remove the higher order terms in series expansion
- To: mathgroup at smc.vnet.net
- Subject: [mg52798] Remove the higher order terms in series expansion
- From: highorder at Noreply.com (highorder)
- Date: Mon, 13 Dec 2004 04:23:13 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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.
- Follow-Ups:
- Re: Remove the higher order terms in series expansion
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Remove the higher order terms in series expansion
- From: DrBob <drbob@bigfoot.com>
- Re: Remove the higher order terms in series expansion