Question: NOTE: PYTHON CODE QUESTION. (IT'LL BE DONE WITH NESTED FUNCTION) PLEASE WRITE YOUR CODE AND SHARE YOUR CODE'S PHOTO. THANKS.. Maximum score values for 7


NOTE:
PYTHON CODE QUESTION. (IT'LL BE DONE WITH NESTED FUNCTION)
PLEASE WRITE YOUR CODE AND SHARE YOUR CODE'S PHOTO.
THANKS..
Maximum score values for 7 parameters: 9,7,7,7,5,5, 3 Instantaneous score values for the parameters: 7,5, 3, 7, 1, 3,3 Parameter score difference matrix: P1 P2 P3 P4 P5 P6 P7 P10 2 4 0 6 4 4 P2 0 2 -2 4 2 2 P3 0 -4 2 0 0 P4 0 6 4 4 P5 0 -2 -2 P6 0 0 P7 0 The normalized parameter score difference matrix: P1 P2 P3 P4 P5 P6 P7 P10.00 0.22 0.44 0.00 0.67 0.44 0.44 P2 0.00 0.22 0.22 -0.22 0.44 0.22 0.22 0.22 P3 0.00 -0.44 0.22 0.00 0.00 P4 0.00 0.67 0.44 0.44 P5 0.00 -0.22 0.22 P6 0.00 0.00 P7 0.00 Write a program that will perform the operations given below, in Python 3 programming language: 1) For the solution of a comparison problem where "n" parameters are evaluated, create an "nxn" size empty square matrix. 2) Assign the maximum and instantaneous (integer) score values for each parameter of which the instantaneous score should be less than (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
