To do this, we need to show that the (i, j) entry of AB is 0 whenever i > j.
Recall that the (i, j) entry of AB is given by the sum of the products of the corresponding entries in the i-th row of A and the j-th column of B, i.e.,
(AB)_{ij} = \sum_{k=1}^n
Show more…