Symmetric Matrix Java Program | ISC Computer Science 2025 Practical

Channel:
Subscribers:
1,530
Published on ● Video Link: https://www.youtube.com/watch?v=6QPnf7OdacY



Duration: 0:00
1,450 views
34


Symmetric Matrix Java Program | ISC Computer Science 2025 Practical

Check if the given matrix is symmetric or not. A square matrix is said to be symmetric, if the element of the ith row and jth column is equal to the element of the jth row and ith column.

Find the sum of the elements of left diagonal and the sum of the elements of right diagonal of the matrix and display them.

#isc #computerscience #java #symmetricmatrix