[Numpy-discussion] Efficiently defining a multidimensional array

Jonathan T terhorst at gmail.com
Thu Aug 27 17:09:40 EDT 2009


Hi,

I want to define a 3-D array as the sum of two 2-D arrays as follows:

   C[x,y,z] := A[x,y] + B[x,z]

My linear algebra is a bit rusty; is there a good way to do this that does not
require me to loop over x,y,z? Thanks!

Jonathan




More information about the NumPy-Discussion mailing list