Thursday, October 2, 2025
HomeLanguagesPython | Numpy np.legdomain() method

Python | Numpy np.legdomain() method

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

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

Example #1 :




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


Output :

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

Example #2 :




# Python program explaining
# numpy.legdomain() method 
  
# import numpy and legdomain
import numpy as np
from numpy.polynomial.legendre import legdomain
  
# using np.legdomain() method
for i in range(4):
    ans = legdomain + [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
32331 POSTS0 COMMENTS
Milvus
85 POSTS0 COMMENTS
Nango Kala
6703 POSTS0 COMMENTS
Nicole Veronica
11867 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11927 POSTS0 COMMENTS
Shaida Kate Naidoo
6818 POSTS0 COMMENTS
Ted Musemwa
7080 POSTS0 COMMENTS
Thapelo Manthata
6775 POSTS0 COMMENTS
Umr Jansen
6776 POSTS0 COMMENTS