For A−1 to exist, the determinant of A must be non-zero.
det(A)=0
Given: A=1−1λλ11−101
Expanding along Row 1:
det(A)=1⋅1101−λ⋅−1λ01+(−1)⋅−1λ11
Computing each 2×2 determinant:
1101=(1)(1)−(0)(1)=1
−1λ01=(−1)(1)−(0)(λ)=−1
−1λ11=(−1)(1)−(1)(λ)=−1−λ
Substituting back:
det(A)=1(1)−λ(−1)+(−1)(−1−λ)
=1+λ+1+λ
=2+2λ
=2(1+λ)
For A−1 to exist:
det(A)=0
2(1+λ)=0
1+λ=0
λ=−1
Therefore, A−1 exists when λ=−1.