Question
Question: Let $A = \begin{bmatrix} 1 & a & 0 \\ 0 & 1 & a \\ a & 0 & 1 \end{bmatrix}, X = \begin{bmatrix} x \\...
Let A=10aa100a1,X=xyz,B=000 and AX=B, then the system of equations has infinite number of solutions, then

A
-1
B
0
C
1
D
2
Answer
a = -1
Explanation
Solution
For the system AX=B to have infinitely many solutions, the matrix A must be singular. This means:
det(A)=0Given:
A=10aa100a1Compute the determinant:
det(A)=110a1−a0aa1+00a10 =1(1⋅1−a⋅0)−a(0⋅1−a⋅a) =1−a(−a2) =1+a3Setting det(A)=0:
1+a3=0⟹a3=−1⟹a=−1.Thus, the system has infinitely many solutions when a=−1.
The homogeneous system AX=B has infinite solutions if the determinant of A is zero. Calculating det(A) gives 1+a3, which is zero when a=−1.