java program to check whether a 2 D matrix is a square matrix or not
Answers
Answered by
0
Answer:
Program to determine whether a given matrix is an identity matrix
Explanation
In this program, we need to check whether the given matrix is an identity matrix.
Identity Matrix
Program to determine whether a given matrix is an identity matrix
A matrix is said to be the identity matrix if it is the square matrix in which elements of principle diagonal are ones, and the rest of the elements are zeroes.
Similar questions