For two square matrices for which multiplication is defined AB = BA.
False
Matrix multiplication does not follow normal algebra rules where x * y = y * x
In matrices, multiplication is not commutative. So A x B is not necessarily equal to B x A i.e., AB may or may not be equal to BA.