Let the matrix be A=[a1a2a3b1b2b3c1c2c3]
Now A[001]=[c1c2c3]=[112]
⇒c1=1,c2=1,c3=2
A[101]=[c1+a1c2+a2c3+a3]=[−101]
⇒a1=−2,a2=−1,a3=−1
A[110]=[a1+b1a2+b2a3+b3]=[110]
⇒b1=3,b2=2,b3=1
So matrix A=[−2−1−1321112]
⇒A−2I=[−4−1−1301110]
i.e. ∣A−2I∣=0
Now X=[x1x2x3]
So, [−4−1−1301110][x1x2x3]=[411]
−4x1+3x2+x3=4...(1)
−x1+x3=1...(2)
−x1+x2=1...(3)
Solving the above system of equations we get infinite solutions.