I try to solve this:
$$ \begin{bmatrix} 1-m & 0 & 0 \\ 0 & 2-m & 1 \\ 0 & 1 & 1-m\end{bmatrix} \begin{bmatrix} h_{1} \\ h_{2} \\ h_{3} \end{bmatrix} = 0 $$
That's what i tried:
=>
$$ (1-m) *h_1 = 0 $$
$$ (2-m) * h_{2} + h_{3} = 0 $$
$$ h_{2} + (1-m) * h_{3} = 0 $$
=>
$$ h_1 = 0 $$
$$ h_{3} = -((2-m) * h_{2}) $$
$$ h_{2} + (1-m) * h_{3} = 0 $$
=>
$$ h1 = 0 $$
$$ h_{3} = -2h_{2}+mh_{2} $$
$$ h_{2} + (1-m) * h_{3} = 0 $$
=> (Inserting h3 into equasion 3)
$$ h1 = 0 $$
$$ h_{3} = -2h_{2}+mh_{2} $$
$$ h_{2} + (1-m) * (-2h_{2}+mh_{2}) = 0 $$
=>
$$ h_1 = 0 $$
$$ h_{3} = -2h_{2}+mh_{2} $$
$$ h_{2} -2h_{2}+3mh_{2}-m^2h_{2} = 0 $$
=>
$$ h_1 = 0 $$
$$ h_{3} = -2h_{2}+mh_{2} $$
$$ -h_{2}+3mh_{2}-m^2h_{2} = 0 $$
But the result should be:
\begin{bmatrix} 0 \\ m-1 \\ 1 \end{bmatrix}
Can anyone show me what i`m doing wrong? Thanks in advance!
HINT
For $m\neq1,2$ from here
$ (1-m) h_1 = 0 \implies h_1=0$
$ (2-m) h_{2} + h_{3} = 0 $
$ h_{2} + (1-m) h_{3} = 0 \implies (2-m) h_{2} + (2-m) (1-m) h_{3} = 0$
then subtract the second and the third to find $h_3$, then find $h_2$ from the second.
Finally consider a part the cases with $m=1$ and $m=2$.