The correct option is C (1, 1, -1)
The given matrix equation can be written as
AB = C ....(i)
Notice that, the matrix 'C' can be obtained from 'B' by interchanging R2 and R3
Let I=⎡⎢⎣100010001⎤⎥⎦
then E23=⎡⎢⎣100001010⎤⎥⎦ using R2↔R3
Now E23B=⎡⎢⎣100001010⎤⎥⎦⎡⎢⎣123789456⎤⎥⎦
=⎡⎢⎣123456789⎤⎥⎦
i.e. E23B=C ...(ii)
Comparing (i) and (ii),
A=E23=⎡⎢⎣100001010⎤⎥⎦
Now, Characteristic equation of A is |A−λI|=0
⇒∣∣
∣∣1−λ000−λ101−λ∣∣
∣∣=0
⇒ (1−λ)(λ2−1)=0
⇒ λ=1,1,−1