menu
arrow_back
Program to display the lower triangular matrix
pspan style=font-family: verdana, helvetica, arial, sans-serif; font-size: 13px;Lower triangular matrix is a square matrix in which all the elements above the principle diagonal will be zero. To find the lower triangular matrix, a matrix needs to be a square matrix that is, number of rows and columns in the matrix needs to be equal. /span/p
keyboard_arrow_up