Question: PROGRAMS 1) Please write a complete C program to make addition, multiplication and transpose operations of two matrices. First, define 2 different matrices as mat1[10][10]

PROGRAMS 1) Please write a complete C program to make addition, multiplication and transpose operations of two matrices. First, define 2 different matrices as mat1[10][10] and mat2[10][10] and use the random number function to generate elements of matrices. The random numbers will be between (-100) and 100. Second, create 3 different functions add_matrices ( for addition of matrices, multp_matrices() for multiplication of matrices and transpose_matrices() to take transpose of matrices. Then print results to screen. Matrice 1: Matrice 2: Addition of Matrices: Multiplication of Matrices: Tranpose of Matrice 1: Tranpose of Matrice 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
