shouldn't this be taken care of automatically ?
sage: solve([x == 0, x== 1],x,solution_dict=True) ... IndexError: list index out of range sage: solve([x == 0, x== 1],x) [] -- 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
