Saturday, May 9, 2026
HomeLanguagesPython | Numpy np.ma.innerproduct() method

Python | Numpy np.ma.innerproduct() method

With the help of np.ma.innerproduct() method, we can calculate the vector product of two list by using np.ma.innerproduct() method.

Syntax : np.ma.innerproduct()
Return : Return a vector product of two lists.

Example #1 :
In this example we can see that by using np.ma.innerproduct() method, we are able to get the value of inner product of two vectors.




# import numpy
import numpy.ma as ma
  
# using np.ma.innerproduct() method
gfg = ma.innerproduct([1, 2, 3], [5, 5, 5])
  
print(gfg)


Output :

30

Example #2 :




# import numpy
import numpy.ma as ma
  
# using np.ma.innerproduct() method
gfg = ma.innerproduct([[1, 2, 3], [7, 8, 9]], [5, 5, 5])
  
print(gfg)


Output :

[ 30 120]

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

Most Popular

Dominic
32514 POSTS0 COMMENTS
Milvus
131 POSTS0 COMMENTS
Nango Kala
6892 POSTS0 COMMENTS
Nicole Veronica
12012 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12107 POSTS0 COMMENTS
Shaida Kate Naidoo
7016 POSTS0 COMMENTS
Ted Musemwa
7262 POSTS0 COMMENTS
Thapelo Manthata
6975 POSTS0 COMMENTS
Umr Jansen
6963 POSTS0 COMMENTS