If [aij] is an element of matrix A then it lies in ith row and jth column of the matrix.
True
aij a general element of the matrix. Now where does it lie in the matrix? To specify its location we need to know its row number and column number. For aij as per the convention the row and column numbers are given by i and j i.e., i is the row number and j is the column number. So we can say that aij is an element which lies in the ith row and jth column.