I was looking at this Stack Overflow question: http://stackoverflow.com/q/1954799/161801
Does anyone know if there's a way to rewrite (-1)**I as exp(-pi) and I**I as exp(-pi/2) in SymPy? I thought maybe expand_complex() would do it, but it doesn't seem to work. Neither does .rewrite(exp). The best I could get was that re() recognizes that I**I is real. Aaron Meurer -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
