On 2/21/07, Raymond Toy <toy.raymond at gmail.com> wrote:
>
> Stavros Macrakis wrote:
> > On 2/20/07, *Mike Williams* <mike at doublediamondsw.com
> > <mailto:mike at doublediamondsw.com>> wrote:
> > (uses taylor package to analyze)
> > limit(ratsimp(x/(x-1)-1/log(x)),x,1,plus) => 1/2
> > (pre-simplifying the argument)
> >
> Does that actually work for you? I get a limit expression back.
Hmm. You're right. I must have tried:
limit(ratsimp(x/(x-1)-1/log(x)),x,1) => 1/2
but then, that works without the ratsimp, too.
Sorry. tlimit does work with the plus.
-s