我需要大的幫助,請看看這個代碼:轉換陣列蟒蛇標
import.math
dose =20.0
a = [[[2,3,4],[5,8,9],[12,56,32]]
[[25,36,45][21,65,987][21,58,89]]
[[78,21,98],[54,36,78],[23,12,36]]]
PAC = math.exp(-dose*a)
這一點,我想怎麼辦。但是如果你想在陣列(無論其尺寸...)進行數學運算,你真的應該考慮使用NumPy這是剛剛爲設計的,我得到的錯誤是
TypeError: only length-1 arrays can be converted to Python scalars
您的預期產量是多少? –
我的預期是與 – CharlieShe