> Sorry, I don't understand your example.
> If
> A1 = matrix([[a1,b1],[c1,d1]])
> A2 = matrix([[a2,b2],[c2,d2]])
> then

A1.*A2 = matrix([[a1*a2, b1*b2],[c1*c2, d1*d2]])

Regards,
Lukas


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to