Find the values of h for which the following set of vectors is linearly independent

404 Views Asked by At

Find the values of h for which the following set of vectors is linearly independent

    1   h   1
    0   1   h
    0   h   1
2

There are 2 best solutions below

1
On BEST ANSWER

Find the values of $h$ for which the determinant of the matrix $$\begin{pmatrix} 1 & h & 1 \\ 0 & 1 & h\\ 0&h&1\end{pmatrix}$$ is nonzero. This determinant is $1-h^{2}$, hence all values of $h$ are allowed except $h=1$ and $h=-1$.

2
On

solve the system $$\alpha+\beta h+\gamma=0$$ $$\beta+\gamma h=0$$ $$\beta h+\gamma=0$$