Skip to content
- C program to add two matrices.
- C program to subtract two matrices.
- C program to multiply two matrices.
- C program to find transpose of a matrix.
- C program to find upper triangular matrix.
- C program to find lower triangular matrix.
- C program to perform Scalar matrix multiplication.
- C program to check whether two matrices are equal or not.
- C program to find sum of each row and column of a matrix.
- C program to find sum of main diagonal elements of a matrix.
- C program to find sum of minor diagonal elements of a matrix.
- C program to interchange diagonals of a matrix.
- C program to find sum of upper triangular matrix.
- C program to find sum of lower triangular matrix.
- C program to find determinant of a matrix.
- C program to check Identity matrix.
- C program to check Sparse matrix.
- C program to check Symmetric matrix.