Updates:
        Cc: ronan.l...@gmail.com
        Labels: Assumptions

Comment #2 on issue 2416 by asmeurer: Exponential function exp(I*k**2*pi) simplifies to -1
http://code.google.com/p/sympy/issues/detail?id=2416

It's because of

In [15]: k = Symbol('k', integer=True)

In [16]: (k**2).is_even
Out[16]: False

In [17]: (k**2).is_odd
Out[17]: True

I'd check the new assumptions, but I don't even know how the syntax works there nowadays.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to