You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when A is an array,A*B or multiply means elementwise product; A.dot(B)or dot(A,B) means martix product.
when A is a matrix, multiply means elementwise product; A*B or A.dot(B) or dot(A,B) means martix product.
when A ,B are of different types, multiply means elementwise product; A*B or A.dot(B) or dot(A,B) means martix product.
generate a certain size random array:np.random.random([2,3])
aoubt +=,TypeError: Cannot cast ufunc add output from dtype('float64') to dtype('int64') with casting rule 'same_kind'
No description provided.
The text was updated successfully, but these errors were encountered: