• 22-03-2021, 19:43:18
    #1
    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 (<=) the maximum score.

    3) Create the parameter score difference matrix based on the instantaneous values of the parameters.

    4) Construct the normalized score difference matrix which normalized with respect to the highest "parameter maximum score value".


    Deliverables: Source code file in *.py format


    Arkadaşım sınava giricek soruları cevaplayabilirsek iyi olur arkadaşlar
  • 23-03-2021, 10:36:51
    #2
    instantaneous ile ne kastediliyor?