I've come across this word a few times. Although I eventually figure out what it means, I can never remember it. Can someone explain it to me and maybe show an example, please?
I believe that this involves free variable. I think linear dependency may not have any free variables or at least not everything is a free variable. I do know that linear independent has only the trivial solution for an equation.
Am I at least understand some of what linear dependent is?
A set of vectors is linearly dependent if any one of them is a linear combination of others. For example, $(1,2),(2,4)$ are linearly dependent because $(2,4)=2(1,2)$. Whereas $(1,2),(2,3)$ are linearly independent.
The determinant of linearly dependent (independent) vectors is $0$ (nonzero). For above examples: $$\begin{vmatrix} 1 & 2 \\ 2 & 4 \end{vmatrix}=0.$$ $$\begin{vmatrix} 1 & 2 \\ 2 & 3 \end{vmatrix} =-1 \ne 0.$$