Hi

I would like to work with sets that are real intervals or combinations of them : mainly intersection and union.
    Example :
[0,1] intersection with [0.5,pi]

Using the Sage Reference Manual 4.1.1, I was able to do that :

sage: A=Set(RealField())
sage: sqrt(2) in A
True

How to create an interval from this point ?

Have a good day
Laurent

--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to