Multiplying every element in a matrix in Python

前端 未结 0 1191
悲&欢浪女
悲&欢浪女 2020-11-28 06:48

I am trying to multiply all the elements of this matrix by using .* but I keep getting a syntax error. Here is my code.

import numpy as np 

radius = 10
width         


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