18+ Java Coding problems on Matrix

18+ Java Coding problems on Matrix

  1. Java Program to add two matrices.
  2. Java Program to subtract two matrices.
  3. Java Program to multiply two matrices.
  4. Java Program to find transpose of a matrix.
  5. Java Program to find upper triangular matrix.
  6. Java Program to find lower triangular matrix.
  7. Java Program to perform Scalar matrix multiplication.
  8. Java Program to check whether two matrices are equal or not.
  9. Java Program to find sum of each row and column of a matrix.
  10. Java Program to find sum of main diagonal elements of a matrix.
  11. Java Program to find sum of minor diagonal elements of a matrix.
  12. Java Program to interchange diagonals of a matrix.
  13. Java Program to find sum of upper triangular matrix.
  14. Java Program to find sum of lower triangular matrix.
  15. Java Program to find determinant of a matrix.
  16. Java Program to check Identity matrix.
  17. Java Program to check Sparse matrix.
  18. Java Program to check Symmetric matrix.