convert to python code

Rodrick Brown rodrick.brown at gmail.com
Tue Dec 22 23:14:09 EST 2015


Tried a few things but can't seem to get it right any help ?

let times = (...matrices) =>

  matrices.reduce(

    ([a,b,c], [d,e,f]) => [a*d + b*e, a*e + b*f, b*e + c*f]

  );



More information about the Python-list mailing list