18+ C Coding Questions on Matrix

18+ C Coding Questions on Matrix

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