ValueError: operands could not be broadcast together with shapes (3,4) (4,3)

后端 未结 0 810
日久生厌
日久生厌 2021-01-17 06:36

I\'m trying to count the array. I am using numpy package

for 3x3 matrix it worked

first array

c1=[[-1 -1 -1]
 [-2 -2 -2]
 [-3 -3 -3]
 [-4 -4 -4]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题