Monday, October 6, 2025
HomeLanguagesPython | Numpy np.hermeone() method

Python | Numpy np.hermeone() method

With the help of np.hermeone() method, we can use hermeone instead of np.ones() by using np.hermeone() method.

Syntax : np.hermeone
Return : Return the array of ones.

Example #1 :
In this example we can see that by using np.hermeone() method, we are able to get the functionality of np.ones as same as this method.




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


Output :

[2 3 4 5 6]

Example #2 :




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


Output :

[[3 5 7]
[4 7 10]]

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

Most Popular

Dominic
32338 POSTS0 COMMENTS
Milvus
86 POSTS0 COMMENTS
Nango Kala
6707 POSTS0 COMMENTS
Nicole Veronica
11871 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11936 POSTS0 COMMENTS
Shaida Kate Naidoo
6825 POSTS0 COMMENTS
Ted Musemwa
7089 POSTS0 COMMENTS
Thapelo Manthata
6779 POSTS0 COMMENTS
Umr Jansen
6779 POSTS0 COMMENTS