Method to measure address of any element of a matrix stored in memory.
Let us consider 2 dimensional array a of size m*n further consider that the lower bound for the row index is lbr and for column index is lbc. Like linear array, system keeps track of the single element only i.e. , the base address of the array.