Hello !
I would like understand how "or" works in sage.
I tried following .
var('y'); (y == 5 or y == 15)and sage displays. y y == 15 While I tried the same in mathematica and it just displays : (y == 5 or y == 15) In sage "or" works perfect for boolean values, true and false. But why sage chooses "y==15" instead of displaying "(y == 5 or y == 15)" like mathematica. Best regards Charmi -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en.
