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