Hi,
several of the components of sage have the notion of "true" truth
value. I think all these values should be equal. At the moment
seems that truth according to sage/python is equal to truth
according to gap but not according to maxima. However truth
according to maxima equals truth according to gap!
,----
| sage: gap("3 = 3") == ( 3 == 3 )
| True
| sage: maxima(" is( 3 = 3) ") == ( 3 == 3)
| False
| sage: maxima(" is( 3 = 3) ") == gap( "3 = 3")
| True
`----
I don't know how to perform comparisons in the other subsystems.
Best,
Nikos
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---