If `A`, `B` are two square matrices of same order such that `A+B=AB` and `I` is identity matrix of order same as that of `A`,`B` , then
If `A`, `B` are two square matrices of same order such that `A+B=AB` and `I` is identity matrix of order same as that of `A`,`B` , then
A. `AB=BA`
B. `|A-I|=0`
C. `|B-I| ne 0`
D. `|A-B|=0`
5 views
1 Answers
Correct Answer - A::C
`(a,c)` `A+B=AB`
`impliesI-(A+B-AB)=I`
`implies(I-A)(I-B)=I`
`implies|I-A||I-B|=I`
`implies |I-A|`, `|I-B|` are non zero
Also `(I-B)(I-A)=I`
`impliesI-B-A+BA=I`
`impliesA+B=B+A`
`impliesAB=BA`
`implies(a)` and `(c )` are correct
5 views
Answered