[Numpy-discussion] Matrix addition, +=

Jonas Wallin jonas.wallin81 at gmail.com
Mon Sep 12 07:18:35 EDT 2011


Hello,

I am sure this question has been answered before but I can't find the right
search word to find it.

Why does

    MuY += MuY.transpose()

and

   MuY = MuY + MuY.transpose()

give different answers?



thanks

/Jonas Wallin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110912/619cc70c/attachment.html>


More information about the NumPy-Discussion mailing list