Monday, December 22, 2025
HomeLanguagesPython | sympy.Interval().intersect() method

Python | sympy.Interval().intersect() method

With the help of sympy.Interval().intersect() method, we can get the intersection of two sets by using sympy.Interval().intersect() method.

Syntax : sympy.Interval(x, y).intersect(Interval(x, y))
Return : Return the intersection of two sets.

Example #1 :
In this example we can see that by using sympy.Interval().intersect() method, we are able to get the intersection of two sets.




# import sympy, Interval
from sympy import Interval
  
# Using sympy.Interval().intersect() method
gfg = Interval(5, 10).intersect(Interval(7, 15))
  
print(gfg)


Output :

[7, 8, 9, 10]

Example #2 :




# import sympy, Interval
from sympy import Interval
  
# Using sympy.Interval().intersect() method
gfg = Interval(0.5, 0.9).intersect(Interval(0.7, 1.2))
  
print(gfg)


Output :

[0.7, 0.8, 0.9]

Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32456 POSTS0 COMMENTS
Milvus
111 POSTS0 COMMENTS
Nango Kala
6824 POSTS0 COMMENTS
Nicole Veronica
11959 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12038 POSTS0 COMMENTS
Shaida Kate Naidoo
6958 POSTS0 COMMENTS
Ted Musemwa
7203 POSTS0 COMMENTS
Thapelo Manthata
6912 POSTS0 COMMENTS
Umr Jansen
6890 POSTS0 COMMENTS