- #36
says
- 594
- 12
So I can take this matrix:
##\begin{pmatrix} 1+1+1+h \\ 0+1+1+0 \\ 0-1-1-h\\ 0+h+0+0\end{pmatrix}##.
Row reduce it (R1+R3):
##\begin{pmatrix} 1+0+0+0 \\ 0+1+1+0 \\ 0-1-1-h\\ 0+h+0+0\end{pmatrix}## = 0
From this row reduced matrix I can see h can equal -2 and 0. So now I put both values of h (0 and -2) back into the first matrix separately and find the kernel and image for both?
##\begin{pmatrix} 1+1+1+h \\ 0+1+1+0 \\ 0-1-1-h\\ 0+h+0+0\end{pmatrix}##.
Row reduce it (R1+R3):
##\begin{pmatrix} 1+0+0+0 \\ 0+1+1+0 \\ 0-1-1-h\\ 0+h+0+0\end{pmatrix}## = 0
From this row reduced matrix I can see h can equal -2 and 0. So now I put both values of h (0 and -2) back into the first matrix separately and find the kernel and image for both?