Romeo-Aryal / C-program-fest2022

Simple repo to help developers contribute in hactoberfest
21 stars 94 forks source link

Diagonal_Matrix.c #164

Closed AmanDekate1 closed 1 year ago

AmanDekate1 commented 2 years ago

A square matrix in which every element except the principal diagonal elements is zero is called a Diagonal Matrix. So the main diagonal will have non-zero elements in it.