You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
C Program for Addition of two matrices using arrays source code.c Initial commit 5 years ago
C Program for Determinant of 3X3 matrix.c Initial commit 5 years ago
C Program for Multiplication of matrix.c Initial commit 5 years ago
C Program for Subtraction of matrix.c Initial commit 5 years ago
C Program to Accept a Matrix of Order MxN & Interchange the Diagonals.c Initial commit 5 years ago
C Program to Calculate the Addition or Subtraction & Trace of 2 Matrices.c Initial commit 5 years ago
C Program to Calculate the Sum & Difference of the Matrices.c Initial commit 5 years ago
C Program to Calculate the Sum of the Elements of each Row & Column.c Initial commit 5 years ago
C Program to Check if 2 Matrices are Equal.c Initial commit 5 years ago
C Program to Check if a given Matrix is an Identity Matrix.c Initial commit 5 years ago
C Program to Compute the Product of Two Matrices.c Initial commit 5 years ago
C Program to Determine if a given Matrix is a Sparse Matrix.c Initial commit 5 years ago
C Program to Display Lower Triangular Matrix.c Initial commit 5 years ago
C Program to Display Upper Triangular Matrix.c Initial commit 5 years ago
C Program to Find the Frequency of Odd & Even Numbers in the given Matrix.c Initial commit 5 years ago
C Program to Find the Sum of each Row & each Column of a MxN Matrix.c Initial commit 5 years ago
C Program to Find the Trace & Normal of a given Matrix.c Initial commit 5 years ago
C Program to Find the Transpose of a given Matrix.c Initial commit 5 years ago
C Program to Interchange any two Rows & Columns in the given Matrix.c Initial commit 5 years ago
C Program to Inverse of a 3x3 matrix.c Initial commit 5 years ago
C Program to Perform Matrix Multiplication using Recursion.c Initial commit 5 years ago
C Program to Sort Rows of the Matrix in Ascending & Columns in Descendng Order.c Initial commit 5 years ago
C Program to do the Sum of the Main & Opposite Diagonal Elements of a MxN Matrix.c Initial commit 5 years ago
C Program to find Sum of diagonal elements of a matrix.c Initial commit 5 years ago
C Program to find Transpose of a matrix.c Initial commit 5 years ago
C Program to find the frequency of odd numbers and even numbers in matrix.c Initial commit 5 years ago
C Program to find the sparse matrix.c Initial commit 5 years ago