On Jun 17, 10:52 pm, "[EMAIL PROTECTED]" <amitsoni. [EMAIL PROTECTED]> wrote: > Hi, > > Is there any direct function for matrix multiplication in Python or > any of its packages? or do we have to multiply element by element?
Use numpy: www.scipy.org NumPy has a matrix type that overloads the * operator. -- http://mail.python.org/mailman/listinfo/python-list