1.

If A and B are two matrices, such that a./b=b.\a, what is concluded?(a) Nothing special(b) A = A^T(c) A = A^-1(d) A = AThe question was posed to me by my college professor while I was bunking the class.I would like to ask this question from Vectors and Matrices topic in portion MATLAB Basics of MATLAB

Answer»

The CORRECT CHOICE is (a) Nothing special

The best I can explain: a./b is same as b.\a. In the former, we are PERFORMING left division so b is divided by a. In the latter, we are performing right division so b is again divided by a. Thus, it is obligatory that a./b=b.\a. Hence, nothing special can be said about the TWO matrices A and B.



Discussion

No Comment Found

Related InterviewSolutions