Homework Statement
Determine if the vectors v1=(3,1,4), v2=(2,-3,5), v3=(5,-2,9), v4=(1,4,-1) span ℝ3
Homework Equations
The Attempt at a Solution
So I first arranged it as a matrix,
\begin{bmatrix}
\begin{array}{cccc|c}
3&2&5&1&b_1\\
1&-3&-2&4&b_2\\...