Menu

#2910 In maxima 5.35.1 powerseries fail if there complex root

None
closed
nobody
5
2024-11-16
2015-02-24
No

Hi:

There is a bug in powerseries function, can anybody fix it?

CORRECT:
In Maxima 5.34.1
     (%i): niceindices(powerseries(1/(z+%i),z,0))
     (%o): -%i*sum((-1)^(m/2)*z^m,m,0,inf)

WRONG:
In Maxima 5.35.1
    (%i): niceindices(powerseries(1/(z+%i),z,0))
    (%o): sign: argument cannot be imaginary; found

Bye.
Silvestre.

Discussion

  • Robert Dodier

    Robert Dodier - 2024-11-16
    • labels: --> powerseries, sign, complex
    • status: open --> closed
     
  • Robert Dodier

    Robert Dodier - 2024-11-16

    Fixed by commit 0d2e681d.

     

Log in to post a comment.

MongoDB Logo MongoDB