I am given three functions and an interval which I have to prove linear independence.
$$\begin{align}f_1(x)&=x \\ f_2(x)&=x^2 \\ f_3(x)&=4x-3x^2\end{align}$$
This is when I ask you to bear with me, because this is a new type of math problem I am solving. So starting off I recognize that I have to get a $3\times 3$ determinant, so I will be going up to the second derivative. Another thing I realize is that I have to set $\det(3 \times 3 \ \text{matrix})=0$ If I know its $\ne 0 \therefore$ I can say its linearly independent
My Work
I began my work as follows: $W=\begin{bmatrix}x & x^2 & 4x-3x^2 \\ 1 & 2x & 4-6x \\ \bbox[red]{0} & 2 & -6\end{bmatrix}$
From there I proceeded to get the $\det(W)$, here is where the problem arose I wanted to make use of that zero in red. So my setup went something like this: $\begin{align}\begin{bmatrix}2x & x^2 \\ 4-6x & 4x-3x^2\end{bmatrix}0-\begin{bmatrix}2 &x^2 \\-6 & 4x-3x^2\end{bmatrix}1\end{align}+\begin{bmatrix}2&2x\\-6&4-6x\end{bmatrix}x$
I know this is probably wrong but any help would be appreciated because I would like to make use of that 0, to zero out a $2\times 2\ \text{matrix}.$Is my determinant right?