MathGroup Archive 2004

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

Search the Archive

Re: Maclaurin Series

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48252] Re: [mg48114] Maclaurin Series
  • From: Daohua Song <ds2081 at columbia.edu>
  • Date: Wed, 19 May 2004 02:42:48 -0400 (EDT)
  • References: <200405140412.AAA04695@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi, xiaolei,
    You can define this way:
    hh=Series[f1[x], {x, 0, 10}]
    fit[x_]:=hh[[3]].(x^#&/@Range[length[hh[[3]]]])

    You will see the reason ??hh
cheers
Song


  • Prev by Date: Searching algorithm
  • Next by Date: solving implicit function with symbolic expressions
  • Previous by thread: Re: Maclaurin Series
  • Next by thread: Re: Maclaurin Series