Updates:
        Status: Fixed
        Mergedinto:

Comment #29 on issue 1263 by [email protected]: Invalid movement of roots across fractions
http://code.google.com/p/sympy/issues/detail?id=1263

I removed the duplicate status since this has been fixed.

sqrt(1/z)
sqrt(1/z)
z = Symbol('z', real=True, negative=True)
sqrt(1/z)
sqrt(1/z)
simplify(_)
sqrt(1/z)
z = Symbol('z', real=True, negative=True)
sqrt(1/z)
sqrt(1/z)
_.as_numer_denom()
(I, sqrt(-z))
expand(sqrt(1/z))
sqrt(1/z)
_.subs(z,-1)
I
n=symbols('n',negative=1)
sqrt(-n)
sqrt(-n)
simplify(_)
sqrt(-n)


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to