MathGroup Archive 2001

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

Search the Archive

Re: Simple question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29444] Re: Simple question
  • From: "Stephen P Luttrell" <luttrell at signal.dra.hmg.gb>
  • Date: Wed, 20 Jun 2001 04:36:24 -0400 (EDT)
  • References: <9gn6sk$ep1$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"George Kamin" <g_kamin at argotech.net> wrote in message
news:9gn6sk$ep1$1 at smc.vnet.net...
>  I tried using the Series[] function to generate a series expansion
> (polynomial in the dependent variable) for a relatively simple function,
> which M did nicely, but it insistes on including an "order of" term
> (O[stuff*dep_var]) at the end of the polynomial.
>...

Here is an example of how you would solve your problem:

Series[Sin[x], {x, 0, 3}] // Normal

--
Stephen P Luttrell
DERA Malvern, U.K.




  • Prev by Date: Re: mathlink reverse?
  • Next by Date: Re: Reentrant Functions
  • Previous by thread: Simple question
  • Next by thread: Re: Simple question