Question: by using c programming i must wright this codes.help me please. You should want the number of row and the number of column from the

 by using c programming i must wright this codes.help me please.

by using c programming i must wright this codes.help me please.

You should want the number of row and the number of column from the user for two dimensional matrix. Create two dimensional matrix inside the main function according to matrix dimension. Using Matrix_read function, want all the members of matrix from the user while writing (row, column) information. Using Matrix_write function, write the matrix member as matrix form onto the computer screen. Inside the main function, create new matrix which should be transpose of original matrix and constitute the member of transpose matrix using Matrix transpose function. Using Matrix_mult function, obtain new matrix which is equal to original matrix multiplied by transpose of original matrix. (for example new_matrix = A*A^T). You have to calculate matrix dimension of new matrix then create matrix inside the Matrix_mult function to keep result of A*A^T. Then call Matrix write function inside the Matrix_mult function to show final matrix result onto computer screen. You have to create some functions below: 1) Matrix_read (taking matrix member from user) 2) Matrix-write (writing matrix member as matrix form onto the computer screen) Matrix_transpose (using original function constituting the member of transpose matrix) 4) Matrix_mult (using original and transpose matrix obtaining multiplication for original and transpose matrix then writing the results onto computer screen)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!