Hi. Look at:

R.<A,B>=QQ[]
expr=(A,B)
(a,b)=sorted([abs(expr[n]([2,16])) for n in [0,1]])
print a,b,a.gcd(b)

I got: 2 16 1
I expected: 2 16 2

Reason?
Roland

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to