

InterviewSolution
Saved Bookmarks
1. |
If `({:((1)/(2), -(3)/(5)),((4)/(6), -(1)/(7)):}) = ({:(-a, b), (c, -d):})({:(1, 0), (0, 1):})` then find a, b,c and d. |
Answer» Correct Answer - `a = -(1)/(2), b = -(3)/(5), c = (4)/(6) and d = (1)/(7)` | |