Comment on Bruce Eckel announces he's going to write Atomic PythonparentComments−gknoy11yI believe it would be in Matlab, as [1, 2] + [3, 4] would be considered matrix addition, in which one adds elements in corresponding places. Numpy (as mentioned in the GP) probably does similar.−wpietri11yAh, ok, thanks. Right, matrix math is is the use case I was looking for.
Comments
I believe it would be in Matlab, as [1, 2] + [3, 4] would be considered matrix addition, in which one adds elements in corresponding places. Numpy (as mentioned in the GP) probably does similar.
Ah, ok, thanks. Right, matrix math is is the use case I was looking for.