Thursday, September 4, 2025
HomeLanguagesPython | Numpy np.hermeline() method

Python | Numpy np.hermeline() method

With the help of np.hermeline() method, we can get the line specified by hermiteE series by using np.hermeline() method.

Syntax : np.hermeline(off, scl)
Return : Return the hermiteE series for off + scl*x

Example #1 :
In this example we can see that by using np.hermeline() method, we are able to get the line specified by hermiteE series by using this method.




# import numpy and hermeline
import numpy as np
from numpy.polynomial.hermite_e import hermeline
  
# using np.hermeline() method
gfg = hermeline(3, 4) + [1, 2]
  
print(gfg)


Output :

[4 6]

Example #2 :




# import numpy and hermeline
import numpy as np
from numpy.polynomial.hermite_e import hermeline
  
# using np.hermeline() method
gfg = hermeline(13, 4) + [10, 20]
  
print(gfg)


Output :

[23 24]

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

Most Popular

Dominic
32261 POSTS0 COMMENTS
Milvus
81 POSTS0 COMMENTS
Nango Kala
6626 POSTS0 COMMENTS
Nicole Veronica
11799 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11855 POSTS0 COMMENTS
Shaida Kate Naidoo
6748 POSTS0 COMMENTS
Ted Musemwa
7025 POSTS0 COMMENTS
Thapelo Manthata
6696 POSTS0 COMMENTS
Umr Jansen
6716 POSTS0 COMMENTS