Program to find if the given matrix is lower triangular or not is discussed here. A square matrix is obtained as input from the user and it is checked if it is lower triangular or not.
A square matrix is said to be a lower triangular matrix if all the entries above the diagonal are zero.
@@coding::1@@
Recommended Programs