• Bug in simple integral

    From did@21:1/5 to All on Sat Sep 15 23:39:46 2018
    With Maple 18.02 and 2017.2 on OSX 10.13.6:

    restart:
    int( exp(a*exp(I*x)) ,x=-Pi..Pi);
    0

    but we get the correct answer for numerical a, e.g.

    restart:
    int( exp(1*exp(I*x)) ,x=-Pi..Pi);
    2 Pi

    Is this fixed in version 2018.1?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Axel Vogt@21:1/5 to did on Sun Sep 16 21:56:05 2018
    On 16.09.2018 08:39, did wrote:
    With Maple 18.02 and 2017.2 on OSX 10.13.6:

    restart:
    int( exp(a*exp(I*x)) ,x=-Pi..Pi);
    0

    but we get the correct answer for numerical a, e.g.

    restart:
    int( exp(1*exp(I*x)) ,x=-Pi..Pi);
    2 Pi

    Is this fixed in version 2018.1?


    you may ask at https://www.mapleprimes.com/recent/all
    which is active and not dying like the usenet

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)