Friday, November 14, 2025
HomeLanguagesPython | Numpy np.polydomain() method

Python | Numpy np.polydomain() method

With the help of np.polydomain() method, we can get the filter having value array([-1, 1]) in polynomial series.

Syntax : np.polydomain
Return : Return filter of array([-1, 1])

Example #1 :




# Python program explaining
# numpy.polydomain() method 
  
# import numpy and polydomain
import numpy as np
from numpy.polynomial.polynomial import polydomain
  
# using np.polydomain() method
for i in range(5):
    ans = polydomain + [i, i + 1]
    print(ans)


Output :

[-1 2]
[0 3]
[1 4]
[2 5]
[3 6]

Example #2 :




# Python program explaining
# numpy.polydomain() method 
  
# import numpy and polydomain
import numpy as np
from numpy.polynomial.polynomial import polydomain
  
# using np.polydomain() method
for i in range(4):
    ans = polydomain + [i-1, i + 1]
    print(ans)


Output :

[-2 2]
[-1 3]
[0 4]
[1 5]

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

Most Popular

Dominic
32399 POSTS0 COMMENTS
Milvus
95 POSTS0 COMMENTS
Nango Kala
6765 POSTS0 COMMENTS
Nicole Veronica
11917 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11984 POSTS0 COMMENTS
Shaida Kate Naidoo
6889 POSTS0 COMMENTS
Ted Musemwa
7141 POSTS0 COMMENTS
Thapelo Manthata
6837 POSTS0 COMMENTS
Umr Jansen
6839 POSTS0 COMMENTS