1.

What is the formula to calculate the element present in second row, first column of the product matrix?(a) M1+M7(b) M1+M3(c) M2+M4 – M5 + M7(d) M2+M4The question was posed to me during an online interview.This key question is from Number Theory in portion Number Theory of Data Structures & Algorithms II

Answer»

The correct OPTION is (d) M2+M4

The EXPLANATION is: The element at second ROW, first column can be found by the formula M2 + M4, where M2 and M4 can be calculated by

M2= (A(2,1) + A(2,2)) B(1,1)

M4=A(2,2)(B(1,2) – B(1,1)).



Discussion

No Comment Found

Related InterviewSolutions