Computer Science, asked by bukulnarzary100, 9 months ago

write a program in c++ to the diagonal matrix using one dimensional array​

Answers

Answered by DARKSOUL14
1

Answer:

This is a C++ Program to Find if an error is a Diagonal Matrix.

Problem Description

The program takes an error and checks if it is a diagonal matrix. A diagonal matrix is a square matrix which has non zero elements only in the main diagonals.

Similar questions