Write a C function that, given a square matrix of floats, finds the diagonal with maximum average value. The function should have the following prototype: Eloat matrMaxDiag (float M[DIM] (DIM], int n); vhere DIM is the size of the matrix, and n (n <= DIM) is the number of rows and columns that are actually used. The function calculates the average value of each diagonal, and then returns the maximum of such values. Example of execution: 1.0 2.0 3.0 4.0 5.0 1.0 3.0 4.0 5.0 2.0 2.0 2.0 2.0 -2.0 2.0 2.0 2.0 2.0 -2.0 5.0/1 5.0 1.1 2.2 3.3 -4.4 5.5 1.1 2.2 3.3 -4.4 5.5 * 2.0/2 = 1.0 2.2 2.2 -3.2 4.2 4.2 2.2 2.2 -3.2 4.2 4.2 10.5/3 = 3.5 1.8 -2.3 3.1 4.9 5.0 1.8 -2.3 3.1 4.9 5.0 3.8/4 0.95 15.5/5 = 3.1 1.8/1 = 1.8 -0.1/2 = 6.4/3 = 2.133 Max diag average: 5.0 5.9/4 = 1.475 -0.05

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%
i need ans as fast as possible. i will be very glad for you for forever. thank u
Write a C function that, given a square matrix of floats, finds the diagonal with maximum average value. The function should have the following prototype:
float matrMaxDiag (float M[DIM] [DIM], int n);
where DIM is the size of the matrix, and n (n <= DIM) is the number of rows and columns that are actually used.
The function calculates the average value of each diagonal, and then returns the maximum of such values.
Example of execution:
1.0
2.0
3.0
4.0
5.0
1.0
3.0
4.0
5.0
2.0
2.0
2.0
2.0
-2.0
2.0
2.0
2.0
2.0
-2.0
5.0/1 = 5.0
1.1
2.2
3.3
-4.4
5.5
1.1
2.2
3.3
-4.4
5.5
2.0/2 = 1.0
2.2
2.2
-3.2
4.2
4.2
2.2
2.2
-3.2
4.2
4.2
10.5/3 = 3.5
1.8
-2.3
3.1
4.9
5.0
1.8
-2.3
3.1
4.9
5.0
3.8/4 0.95
15.5/5 = 3.1
1.8/1 = 1.8 -0.1/2 = 6.4/3 =
2.133
Max diag average: 5.0
5.9/4 = 1.475
-0.05
A
Warning! We recommend using spaces instead of tabs for code indentation, since the TAB character is used for page navigation by the platform. If
necessary or useful, you can write other functions besides the required one(s).
float matrMaxDiag(float M[DIM][DIM], int n) {
}
|寸
|寸|
olo
Transcribed Image Text:Write a C function that, given a square matrix of floats, finds the diagonal with maximum average value. The function should have the following prototype: float matrMaxDiag (float M[DIM] [DIM], int n); where DIM is the size of the matrix, and n (n <= DIM) is the number of rows and columns that are actually used. The function calculates the average value of each diagonal, and then returns the maximum of such values. Example of execution: 1.0 2.0 3.0 4.0 5.0 1.0 3.0 4.0 5.0 2.0 2.0 2.0 2.0 -2.0 2.0 2.0 2.0 2.0 -2.0 5.0/1 = 5.0 1.1 2.2 3.3 -4.4 5.5 1.1 2.2 3.3 -4.4 5.5 2.0/2 = 1.0 2.2 2.2 -3.2 4.2 4.2 2.2 2.2 -3.2 4.2 4.2 10.5/3 = 3.5 1.8 -2.3 3.1 4.9 5.0 1.8 -2.3 3.1 4.9 5.0 3.8/4 0.95 15.5/5 = 3.1 1.8/1 = 1.8 -0.1/2 = 6.4/3 = 2.133 Max diag average: 5.0 5.9/4 = 1.475 -0.05 A Warning! We recommend using spaces instead of tabs for code indentation, since the TAB character is used for page navigation by the platform. If necessary or useful, you can write other functions besides the required one(s). float matrMaxDiag(float M[DIM][DIM], int n) { } |寸 |寸| olo
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY