Friday, October 10, 2025
HomeLanguagesPython | Numpy np.polyzero() method

Python | Numpy np.polyzero() method

np.polyzero() method can be used instead of np.zeros for creating a array whose elements are 0.

Syntax : np.polyzero()
Return : Return array([0])

Example #1 :




    
# Python program explaining
# numpy.polyzero() method 
  
# import numpy and polyzero
import numpy as np
from numpy.polynomial.polynomial import polyzero
  
# using np.polyzero() method
ans = polyzero
  
print(ans)


Output :

[0]

Example #2 :




# Python program explaining
# numpy.polyzero() method 
  
# import numpy and polyzero
import numpy as np
from numpy.polynomial.polynomial  import polyzero
  
# using np.polyzero() method
ans = polyzero + [[1, 3, 5], [2, 4, 6]]
  
print(ans)


Output :

[[1 3 5]
[2 4 6]]

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

Most Popular

Dominic
32349 POSTS0 COMMENTS
Milvus
87 POSTS0 COMMENTS
Nango Kala
6715 POSTS0 COMMENTS
Nicole Veronica
11878 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11941 POSTS0 COMMENTS
Shaida Kate Naidoo
6837 POSTS0 COMMENTS
Ted Musemwa
7097 POSTS0 COMMENTS
Thapelo Manthata
6792 POSTS0 COMMENTS
Umr Jansen
6791 POSTS0 COMMENTS