MathGroup Archive 2011

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

Search the Archive

Series[log[x], {x, 0, 3}]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119062] Series[log[x], {x, 0, 3}]
  • From: Hongyi Zhao <hszhao.cn at gmail.com>
  • Date: Sat, 21 May 2011 06:44:59 -0400 (EDT)

Hi all,

I do the following computation within Mathematica:

Series[log[x], {x, 0, 3}]

Then I get:

log[0]+(log^\[Prime])[0] x+1/2 (log^\[Prime]\[Prime])[0] x^2+1/6 (log^(3))
[0] x^3+O[x]^4

Any hints on this result?  The log[0] is illegal in my mind.

Regards.
--
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.


  • Prev by Date: Re: Is there any environment variable for the directory containing the currently running source .nb file?
  • Next by Date: Re: Convert Matrix to Sparse Matrix
  • Previous by thread: Re: Is there any environment variable for the directory containing
  • Next by thread: Re: Series[log[x], {x, 0, 3}]