Who has some insight on this, apparent bug in MultiSeries... The sqrt(2) answer is correct, not the 2. In case you can't see this, the link to the worksheet is at the bottom.

> version():

User Interface: 413217

Kernel: 397624
Library: 397624

> restart: Digits := 30;

> G := x -> LambertW(-exp(-1)*x);

> G(1);

> (G(1-10^(-10))+1)/10^(-5);evalf(%);

> limit((G(1-h^2)+1)/h,h=0,right);

> with(MultiSeries);

> limit((G(1-h^2)+1)/h,h=0,right); simplify(%);

>

This post was generated using the MaplePrimes File Manager

View 85_multiseries.mw on MapleNet or Download 85_multiseries.mw
View file details


Please Wait...