InterviewSolution
Saved Bookmarks
| 1. |
Observe the following lists and matching from List - I to List - II is {:("List-I","List-II"),((A)[(0,1),(1,0)],"(1) skew symmetric matrix"),((B)[(2,-5),(-5,2)],"(2) Symmetric matrix"),((S)[(0,x),(-x,0)],"(3) Hermitian matrix "),((D)[(1,2+3i),(2-3i,5)],"(4) Involutory matrix"),(,"(5) Idempotent matrix"):} |
|
Answer» `{:(A,B,C,D),(4,1,2,3):}` |
|