MathGroup Archive 1998

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

Search the Archive

Knuth's Ln series doesn't work




Hello,

I've been trying to use a couple of series for Ln[x] cited by Knuth in
The Art of Programming v.2:

Ln[x] = Ln[ (1 + x^-3)/(1 - x^-3) ]
      = 2[ x^-3 + x^-9 /3 + x^-15 / 5 ...]

And

Ln[x] = (2x - 1) [5^-1 + 5^-2 /3 + 5^-3 /5 + ...]

The problem is, I can't get either of these series to converge to the
correct values for Ln[x] (i.e., Log[E, x] )

Are the series incorrect?  Thanks in advance for the help!


Alex Bates,
student




  • Prev by Date: Mathematica -> LaTeX
  • Next by Date: Re: Some basic Help
  • Prev by thread: Re: Mathematica -> LaTeX
  • Next by thread: DefiniteIntegrate Question, noopen