Let A and B be two n x n lower triangular matrices.

a) Let A and B be two n x n lower triangular matrices. The total number of elements in the
lower triangles of the two matrices is n(n+1). Write a ‘C’ program to represent both triangles in an array d[n+1][n].


Leave a Reply