sage: mod(452,60), mod(452,90), mod(452,150) (32, 2, 2) But
sage: CRT([32,2,2],[60,90,150]) Traceback (click to the left of this block for traceback) ... ValueError: No solution to crt problem since gcd(5400,150) does not divide 92-2 It looks like a bug to me, isn't it? At least SAGE shouldn't report that there is no solution. -- 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/sage-support URL: http://www.sagemath.org
