How to proof the linear dependency / independency ONLY using vectors (not through matrixes), as I am not familiar with this concept for now.
The example is the following: Are the following vectors linearly independent?
$a=[1,2,-1], b=[3,-4,5]$ and $c=[1,-8,7]$.
Thanks in advance!
HINT: Suppose $a = \lambda b + \mu c$ and this should give you three equations in the two unknowns. If you can solve for $\lambda$ and $\mu$, there's your dependency. If not, conclude that the three vectors are linearly independent.