- #1
Hall
- 351
- 88
- TL;DR Summary
- i-j representation of matrix.
When a matrix is represented as a box it seems all very clear, but this representation
$$
A = (a_{ij} )_{i, j =1}^{m,n}$$
Isn't very representative to me. The i -j thing creates a lot of confusion, when we write ##a_{ij}## do we mean the element of i th row and jth column or the other way round?
It becomes very ambiguous when we define the matrix multiplication and write the i-j element of AB =C as
$$
c_{ij} = \sum_{k=1}^{p} a_{ik} b_{kj}$$
It's not the case that I cannot understand it rather the matter I find it difficult to make this representation as my second nature. Can anyone of you help me in adopting this representation?
$$
A = (a_{ij} )_{i, j =1}^{m,n}$$
Isn't very representative to me. The i -j thing creates a lot of confusion, when we write ##a_{ij}## do we mean the element of i th row and jth column or the other way round?
It becomes very ambiguous when we define the matrix multiplication and write the i-j element of AB =C as
$$
c_{ij} = \sum_{k=1}^{p} a_{ik} b_{kj}$$
It's not the case that I cannot understand it rather the matter I find it difficult to make this representation as my second nature. Can anyone of you help me in adopting this representation?