Try another version of this question
Given the matrices `A=[(-5,-2,-2),(0,-4,3),(1,3,5)]` and `B=[(2,3,4),(5,4,4),(4,4,-4)]`
A. It is
to multiply these matrices in this order `AB`.
B. If multiplication is possible what is `AB`
possible
`[(-28,-31,-20),(-8,-4,-28),(37,35,-4)]`