Skip to content

Write a program to print the lower triangular matrix and upper triangular matrix of a 2D Array.

License

Notifications You must be signed in to change notification settings

yashvardhan-rustedlegend/Upper-Lower-triangle-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Upper-Lower-triangle-matrix

Write a program to print lower triangular matrix and upper triangular matrix of an 2D Array. Triangular Matrix

A Triangular matrix is one that is either lower triangular or upper triangular.

Lower Triangular Matrix

A square matrix is called lower triangular if all the entries above the main diagonal are zero.

Upper Triangular Matrix

A square matrix is called upper triangular if all the entries below the main diagonal are zero.

About

Write a program to print the lower triangular matrix and upper triangular matrix of a 2D Array.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages