1.

If `A=[(3,4,1),(1,0,-2),(-2,-1,2)] then A^(-1)`=?A. `[(2,9,-8),(-2,8,7),(-1,5,-4)]`B. `[(2,9,-8),(2,8,7),(-1,-5,4)]`C. `[(-2,-9,-8),(2,8,7),(-1,5,-4)]`D. none of these

Answer» Correct Answer - C
`A^(-1)=1/(|A|).adjA`


Discussion

No Comment Found