I am trying to solve some matrix multiplications, but I would like to know If I am allowed to take a common factor from matrices like this
C - ABC = (1 - AB)*C
where A is m*n and B is n*n. And if yes, what matrix will be the 1 matrix? It cannot be an identity as the AB is m*n.
Thanks a lot