Consider the signals $3^k$, $(-4)^k$, $(-1)^k$.
To compute whether they are linearly independent we must analyze their respective Casorati Matrix.
We have $\begin{bmatrix} 3^{k}&(-4)^{k}&(-1)^{k}\\3^{k+1}&(-4)^{k+1}&(-1)^{k+1}\\3^{k+2}&(-4)^{k+2}&(-1)^{k+2}\end{bmatrix}$.
I think we're just supposed to set $k=0$ and figure out whether the determinant (Casoratian) is $0$, (I'm not even sure..)
So we have $\begin{bmatrix} 1&1&1\\3&-4&-1\\9&16&1\end{bmatrix}$.
A simple thing to do is row reduce, and check the number of pivots.
So yes, it has $3$ pivots, and is invertible.
What does this mean? I see some sources saying that linear independence means that the Casoratian is $0$, others say linear dependence means the Casoratian is $0$????
I provided most of the body for context, but in reality, I just need the answer to: Does the Casoratian = 0 imply linear independence? (Yes or No) and hopefully an explanation would be nice.