Prove that the distributive property holds for matrix addition and matrix multiplication. In other words, suppose A,B,C,D,E,FA,B,C,D,E,F are matrices whose sizes are such that A(B+C)A(B+C) and (D+E)F(D+E)F make sense. Prove that AB+ACAB+AC and DF+EFDF+EF both make sense and that A(B+C)=AB+ACA(B+C) = AB + AC and (D+E)F=DF+EF(D + E)F = DF + EF.


TODO