

InterviewSolution
Saved Bookmarks
1. |
If A is a 3 × 3 matrix such that |A| ≠ 0 and |3A| = k |A| then write the value of k. |
Answer» It is given that A is a 3 × 3 matrix We know that |3A| = k |A| It can be written as 32 |A| = k |A| So we get k = 27 |
|