Ich möchte folgendes Gleichungssystem lösen, sodass \(\displaystyle x_i\) von den anderen abhängig sind.
\(\displaystyle \begin{pmatrix} x_1\\x_2\\x_3\\x_4\\x_5 \end{pmatrix}=\begin{pmatrix} 1\\3\\2\\0\\0 \end{pmatrix}+λ_1\begin{pmatrix} -1\\1\\-1\\0\\1 \end{pmatrix}+λ_2\begin{pmatrix} 2\\-2\\2\\0\\1 \end{pmatrix}+λ_3\begin{pmatrix} 1\\-1\\1\\1\\1 \end{pmatrix}\)
Es ist offensichtlich, dass \(\displaystyle x_4=λ_3\), doch wie mache ich ab da weiter?