$\left\{a,b,c\right\}\in \mathbb{R}^3$ are linearly independent vectors.
Find the value of $\lambda $, so the dimension of the subspace generated by the vectors:
$2a-3b,\:\:\left(\lambda -1\right)b-2c,\:\:3c-a,\:\:\lambda c-b$ is 2.
So, if I understand this correctly the span of the given vectors should have 2 linearly independent vectors, so I construct the matrix:
$$A=\begin{pmatrix}2&0&-1&0\\ -3&\lambda -1&0&-1\\ 0&-2&3&\lambda \end{pmatrix}$$
And this matrix should have rankA = 2? And now I should just find a value for lambda that satisfies this condition? Is my logic correct?
I'd say column reduction is easier here, since there are already two linearly independent columns that do not involve $\lambda$ at all; the remaining columns must be linear combinations of them. Column-reduction of $A$ (starting with moving the second column to the end) gives $$ A'=\begin{pmatrix}2&0&0&0\\ -3&1&0&0\\ 0&-2&\lambda-2 &2\lambda-4\end{pmatrix} $$ Now it is clear that each of the last columns will only be a linear combination of the first two columns if it is zero, which just happens to occur for the same value of $\lambda$, namely $\lambda=2$; this is your answer.