Suppose all elements above the principal diagonal od n x n matix A are zero. If non zero elements
 of the lower triangular Matrix is stored in an array B with A[1][1] stored at B[1]. The addressing
 formula to the nonzero element in A[i][j]=?