I had this question on my exam and I thought I could solve it using the row echelon method. Well, I couldn't, and I still don't know how to solve it. We were asked to "determine $a$ such the equation system has a unique solution" and to determine $a$ itself. The system had three equations:
$2x - y + az = 3$
$3x - 4y + 2az = 1$
$x + y - z = 2$.
Could you provide me with a step-by-step of how to solve this?
Thank you
After some row operations, your augmented matrix becomes
$$ \left[ \matrix{ 1 & -1/2 & a/2 \cr 0 & 1 & -a/5 \cr 0 & 0 & -1-a/5 \cr} \right| \left. \matrix{3/2\cr 7/5\cr -8/5}\right]$$
In order for this to have a solution, what you need is $-1-a/5 \ne 0$, i.e. $a \ne -5$.