Ask Your Question

gblot's profile - activity

2015-05-18 07:55:15 +0200 asked a question Problem with assumption (in RR)

Hello,

The following code returns the value "False", and I don't understand why. Does 'assume' and 'in RR' work fine together ?

sage: var('alpha')
sage: assume(alpha,'real')
sage: alpha in RR
False

Thank you by advance Please excuse me for the mistakes, I'm French.