Hello and thank you for your answer. > There are at least three methods I can think of, but choosing the best one > requires more information. How long are the lists? Do the arrays have > variable dimensions? The simplest and most adaptable method is probably
The lists would be made of 4x4 matrices : LM = [M_i, i=1..N], M_i 4x4 matrix LN = [N_i, i=1..N], N_i 4x4 matrix. N would be 1000 or more (why not 100000... if the computation is not too long) > In [3]: P = [m*n for m,n in zip(M,N)] Thank you for this one. I am curious about other possibilities. And also : is there a document about how the python interpreter works ? (order of the operations, typical timings, ...) Regards, O.C. Créez votre adresse électronique [EMAIL PROTECTED] 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion