Scalar Matrix Program in Java
Channel:
Subscribers:
1,530
Published on ● Video Link: https://www.youtube.com/watch?v=mlC5weoZSIQ
Scalar Matrix Program in Java
A scalar matrix is a square matrix in which all the elements are identical in the left diagonal (principal diagonal) and rest of the elements are 0s.
In this video lecture, I have explained how we can write a Java program to check if a given square matrix of size N is a scalar matrix or not.
#isc #computerscience #scalarmatrix #java