Suppose A=(aij)m×p and B=(bij)q×n. Matrix
multiplication is only defined when q=p here.
A×B=C=(cij)m×nwherecij=k=1∑paik×bkj
Properties of matrix multiplication
A,B,C,I matrices must be chosen so that below-mentioned products are defined.
- Associative: A(BC)=(AB)C
- Right distributive over addition: (A+B)C=AC+BC
- Left distributive over addition: C(A+B)=CA+CB
- AI=IA=A