Question: please I need help: in this project, I will need to enter the number of column not both column and row. Project Description: In this

please I need help: in this project, I will need to enter the number of column not both column and row.

Project Description: In this project, you will write a c program that reads an integer matrix A from standard input, and outputs the following: input matrix A transpose matrix AT product of the input matrix with its transpose A AT

(1) The input matrix A is limited to have at most 10 rows and 10 columns. Given a matrix A has m rows and n columns, m 10 and n 10. Note that m and n need not be equal.

(2) Input to the program starts with a positive integer n that gives the number of columns in A. This integer is followed by (m * n) integers that specify, row by row, the elements of A. Integers are separated in the input by white space. Note that only n is explicitly specified in the input.

(3) The results should be displayed to standard output using a minimum field width of 3 for each element (%3d), and a single space between adjacent fields on the same line. Each matrix that is printed should be preceded by a line of descriptive text.

(4) Your program should check thoroughly for relevant errors. Upon encountering an error the program should report an informative error message and exit using the exit function of C. For example: if n (the first number in the input) is a negative number or if n > 10.

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!