

InterviewSolution
Saved Bookmarks
1. |
If a./b=(b./a)^T, what can be concluded about the matrices a and b?(a) a = b^T(b) a = b^-1(c) a = b’(d) nothing specialI have been asked this question in quiz.I would like to ask this question from Vectors and Matrices in chapter MATLAB Basics of MATLAB |
Answer» The correct option is (a) a = B^T |
|