Saved Bookmarks
| 1. |
If A is any square matrix of order 'n' Observe the following list {:("List-I","List-II"),("(A) | adjA |",(1)|A|^(n-2)A),("(B) adj (adjA)",(2)|A|^(n(n-1))),("(C) (adjA)"^(-1),(3)|A|^((n-1)^(2))),("(D) | adj(adj A)|",(4)|A|^(n-1)):} , Match from List - I to List - II |
|
Answer» `{:(A,B,C,D),(4,5,1,3):}` |
|