Let $a \in \mathbb{R}$ and $$ A_a = \begin{pmatrix} 1 & a & 1 \\ a & 2 & 3 \\ 2 & 3 & 4 \end{pmatrix}. $$
- Say for each values of $a \in \mathbb{R}$ the system: $$ A_a \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} $$ accepts one solution only and for what values have no solutions.
- Resolve the system for $a = 1$.
I got this problem from this image.
I think I know how to resolve system of equations using inverse matrices $3 \times 3$, $2 \times 2$ and more by finding the determinant. Then, I can reflect the matrix about the diagonal and multiply it with the inverse to find the solution. However, here, I get a little lost, because it seems like I should work backwards. What should I do?
The determinant of $A_a$ is $\det(A_a)=-4a^2+9a-5$ so: $$ \det(A_a)=0 \iff a=1 \;\lor \; a=\frac{5}{4} $$ and, since the matrix is invertible only if its determinant is not null, for $a\ne 1$ and $a \ne \frac{5}{4}$ the system have only one solution. Now test these values, for which the determinant is null and the matrix is not invertible, for $A_a(x,y,z)^T=(1,0,1)^T$ and see when the system is impossible or have infinitely many solutions.