Comment #10 on issue 2193 by smi...@gmail.com: Matrix.eigenvects() return empty vectors in some cases
http://code.google.com/p/sympy/issues/detail?id=2193

Regarding

    >>> sqrt(-2*I)
    (-1)**(3/4)*2**(1/2)

sqrt could be modified to detect `sqrt(-pos*I)` and return `b - b*I` where `b = sqrt(pos)/sqrt(2)`.

--
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