Project name: Selecting the best graduate school program in Computer Science
Date: 5/17/2023 9:35:29 AM

TOPSIS as one of MCDM methods considers both the distance of each alternative from the positive ideal and the distance of each alternative from the negative ideal point. In other words, the best alternative should have the shortest distance from the positive ideal solution (PIS) and the longest distance from the negative ideal.

In this study there are 5 criteria and 5 alternatives that are ranked based on TOPSIS method. The following table describes the criteria

Characteristics of Criteria

name type weight
1Program\n ReputationFaculty QualityPositive0.25
2Faculty QualityPositive0.2
3Research OpportunitiesPositive0.2
4Job Placement RatePositive0.3
5Cost of AttendanceNegative0.5

The following table shows the decision matrix.

Decision Matrix

Program\n ReputationFaculty QualityFaculty QualityResearch OpportunitiesJob Placement RateCost of Attendance
Stanford University\n Computer Science Program98893
Massachusetts Institute of Technology\n (MIT) Computer Science Program1091082
Carnegie Mellon University Computer\n Science Program89994
University of California98875
California Institute of Technology\n (Caltech) Computer Science Program97781

The Steps of the TOPSIS Method :

STEP 1: Normalize the decision-matrix.

The following formula can be used to normalize.

The following table shows the normalized matrix.

The normalized matrix

Program\n ReputationFaculty QualityFaculty QualityResearch OpportunitiesJob Placement RateCost of Attendance
Stanford University\n Computer Science Program0.4460.4350.4230.4890.405
Massachusetts Institute of Technology\n (MIT) Computer Science Program0.4960.4890.5290.4350.27
Carnegie Mellon University Computer\n Science Program0.3970.4890.4760.4890.539
University of California0.4460.4350.4230.380.674
California Institute of Technology\n (Caltech) Computer Science Program0.4460.380.370.4350.135

STEP 2: Calculate the weighted normalized decision matrix.

According to the following formula, the normalized matrix is multiplied by the weight of the criteria.

The following table shows the weighted normalized decision matrix.

The weighted normalized matrix

Program\n ReputationFaculty QualityFaculty QualityResearch OpportunitiesJob Placement RateCost of Attendance
Stanford University\n Computer Science Program0.1120.0870.0850.1470.202
Massachusetts Institute of Technology\n (MIT) Computer Science Program0.1240.0980.1060.130.135
Carnegie Mellon University Computer\n Science Program0.0990.0980.0950.1470.27
University of California0.1120.0870.0850.1140.337
California Institute of Technology\n (Caltech) Computer Science Program0.1120.0760.0740.130.067

STEP 3: Determine the positive ideal and negative ideal solutions.

The aim of the TOPSIS method is to calculate the degree of distance of each alternative from positive and negative ideals. Therefore, in this step, the positive and negative ideal solutions are determined according to the following formulas.

So that

where j1 and j2 denote the negative and positive criteria, respectively.

The following table shows both positive and negative ideal values.

The positive and negative ideal values

Positive ideal Negative ideal
Program\n ReputationFaculty Quality0.1240.099
Faculty Quality0.0980.076
Research Opportunities0.1060.074
Job Placement Rate0.1470.114
Cost of Attendance0.0670.337

STEP4: distance from the positive and negative ideal solutions

TOPSIS method ranks each alternative based on the relative closeness degree to the positive ideal and distance from the negative ideal. Therefore, in this step, the calculation of the distances between each alternative and the positive and negative ideal solutions is obtained by using the following formulas.

The following table shows the distance to the positive and negative ideal solutions.

Distance to positive and negative ideal points

Distance to positive ideal Distance to positive negative
Stanford University\n Computer Science Program0.1370.14
Massachusetts Institute of Technology\n (MIT) Computer Science Program0.0690.208
Carnegie Mellon University Computer\n Science Program0.2040.081
University of California0.2730.02
California Institute of Technology\n (Caltech) Computer Science Program0.0440.27

STEP 5: Calculate the relative closeness degree of alternatives to the ideal solution

In this step, the relative closeness degree of each alternative to the ideal solution is obtained by the following formula. If the relative closeness degree has value near to 1, it means that the alternative has shorter distance from the positive ideal solution and longer distance from the negative ideal solution.

The following table shows the relative closeness degree of each alternative to the ideal solution and its ranking.

The ci value and ranking

Ci rank
Stanford University\n Computer Science Program0.5053
Massachusetts Institute of Technology\n (MIT) Computer Science Program0.752
Carnegie Mellon University Computer\n Science Program0.2844
University of California0.0675
California Institute of Technology\n (Caltech) Computer Science Program0.8611

The following figure shows the ci values.

The ci value