Thursday, January 22, 2026
HomeLanguagesPython | Numpy np.hermx() method

Python | Numpy np.hermx() method

With the help of np.hermx() method, we can get the filter having value array([0, 0.5]) in hermite series by using np.hermx() method.

Syntax : np.hermx
Return : Return filter of array([0, 0.5])

Example #1 :
In this example we can see that by using np.hermx() method, we are able to get the filter of an array([0, 0.5]) in hermite series by using this method.




# import numpy and hermx
import numpy as np
from numpy.polynomial.hermite import hermx
  
# using np.hermx() method
for i in range(5):
    gfg = hermx + [i, i + 1]
    print(gfg)


Output :

[0. 1.5]
[1. 2.5]
[2. 3.5]
[3. 4.5]
[4. 5.5]

Example #2 :




# import numpy and hermx
import numpy as np
from numpy.polynomial.hermite import hermx
  
# using np.hermx() method
for i in range(5):
    gfg = hermx + [i-1, i + 1]
    print(gfg)


Output :

[-1. 1.5]
[0. 2.5]
[1. 3.5]
[2. 4.5]
[3. 5.5]

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

Most Popular

Dominic
32475 POSTS0 COMMENTS
Milvus
119 POSTS0 COMMENTS
Nango Kala
6847 POSTS0 COMMENTS
Nicole Veronica
11977 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12064 POSTS0 COMMENTS
Shaida Kate Naidoo
6986 POSTS0 COMMENTS
Ted Musemwa
7220 POSTS0 COMMENTS
Thapelo Manthata
6933 POSTS0 COMMENTS
Umr Jansen
6912 POSTS0 COMMENTS