ManishR
- 88
- 0
lets assume matrix A = [a]mxn and B = nxp
(AB)_{ij}=\sum_{r=1}^{n}A_{ir}B_{rj}
why is that ?
i guessed it would be
(AB)_{ij}=\sum_{r=1}^{n}A_{ir}B_{jr} where m=p.
so is there any logic behind that or its just random ?
(AB)_{ij}=\sum_{r=1}^{n}A_{ir}B_{rj}
why is that ?
i guessed it would be
(AB)_{ij}=\sum_{r=1}^{n}A_{ir}B_{jr} where m=p.
so is there any logic behind that or its just random ?