Una forma alternativa de resolver este problema es utilizar el Wronskian . Poner \begin {align*} f(t) &= 1 + 2\,t+ t^2 & g(t) &= 3-9\,t^2 & h(t) &= 1 + 4\,t + 5\,t^2 \end {align*} y definir $$ W(t)= \begin{bmatrix} f(t) & g(t) & h(t) \\ f^\prime(t) &g^\prime(t) & h^\prime(t) \\ f^{\prime\prime}(t) & g^{\prime\prime}(t) & h^{\prime\prime}(t) \end{bmatrix} = \begin{bmatrix} 1+2\,t+t^2 & 3-9\,t^2 & 1+4\,t+5\,t^2 \\ 2+2\,t & -18\,t & 4+10\,t \\ 2 & -18 & 10 \end{bmatrix} $$ Si existe un $t_0$ tal que $\det W(t_0)\neq 0$ entonces $\{f,g,h\}$ es linealmente independiente . Dado que cada uno de $f$ , $g$ y $h$ es analítica Si $\det W(t)=0$ para todos $t\in\Bbb R$ entonces $\{f,g,h\}$ es linealmente dependiente.
Ahora bien, hay que tener en cuenta que la adición de $\DeclareMathOperator{Col}{Col}9\cdot\Col_1$ a $\Col_2$ y restando $5\cdot\Col_1$ de $\Col_3$ da $$ \det W(t) = \begin{vmatrix} 1+2\,t+t^2 &12+18\,t& -4-6\,t \\ 2+2\,t&18&-6 \\ 2&0&0 \end{vmatrix} $$ A continuación, añadiendo $3\cdot\Col_3$ a $\Col_2$ da $$ \det W(t) = \begin{vmatrix} 1+2\,t+t^2 & 0 & -4-6\,t \\ 2+2\,t & 0 & -6 \\ 2 & 0 & 0 \end{vmatrix} = 0 $$ Esto implica que $\{f,g,h\}$ es linealmente dependiente.