Friday, January 23, 2026
HomeLanguagesPython | Numpy np.hermeder() method

Python | Numpy np.hermeder() method

With the help of np.hermeder() method, we can differentiate hermiteE series by using np.hermeder() method.

Syntax : np.hermeder(series, m)

Return : Return the coefficient of differentiated series.

Example #1 :
In this example we can see that by using np.hermeder() method, we are able to get the differentiated series coefficient of hermiteE series by using this method.




# import numpy and harmeder
import numpy as np
from numpy.polynomial.hermite_e import hermeder
  
series = np.array([2, 0.3, 4, 0.5, 6])
  
# using np.harmeder() method
gfg = hermeder(series, m = 2)
  
print(gfg)


Output :

[8. 3. 72.]

Example #2 :




# import numpy and harmeder
import numpy as np
from numpy.polynomial.hermite_e import hermeder
  
series = np.array([1, 2, 3, 4, 5, 10])
  
# using np.harmeder() method
gfg = hermeder(series, m = 3)
  
print(gfg)


Output :

[24. 120. 600.]

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
7221 POSTS0 COMMENTS
Thapelo Manthata
6934 POSTS0 COMMENTS
Umr Jansen
6912 POSTS0 COMMENTS