Given below are two matrices containing two classes of letters. The rows and columns of Matrix I are numbered from 0 to 4 and that of Matrix II from 5 to 9. A letter from these matrices can be represented first by its row number and next by its column number. eg: ′S′ can be represented by 24,31,etc.
Matrix - I
0 | 1 | 2 | 3 | 4 | |
0 | S | P | K | R | O |
1 | R | O | S | P | K |
2 | P | K | R | O | S |
3 | K | R | O | S | P |
4 | K | R | O | S | P |
5 | 6 | 7 | 8 | 9 | |
5 | H | W | D | G | I |
6 | G | I | H | W | D |
7 | W | D | G | I | H |
8 | I | H | W | D | G |
9 | D | G | I | H | W |