Friday, September 5, 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
32264 POSTS0 COMMENTS
Milvus
81 POSTS0 COMMENTS
Nango Kala
6634 POSTS0 COMMENTS
Nicole Veronica
11801 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11860 POSTS0 COMMENTS
Shaida Kate Naidoo
6749 POSTS0 COMMENTS
Ted Musemwa
7025 POSTS0 COMMENTS
Thapelo Manthata
6698 POSTS0 COMMENTS
Umr Jansen
6718 POSTS0 COMMENTS