Let $\mathbf u=(1,2,-1), \mathbf v = (0,2,5), \mathbf w = (1,0,-2)$
Is every vector in $\mathbb R^3$ a linear combination of $\mathbf u, \mathbf v, \mathbf w$ ?
I decided to let $(C_1, C_2, C_3)$ be every vector in $\mathbb R^3$, if $\mathbb R^3$ is a linear combination of $\mathbf u, \mathbf v, \mathbf w$, then there exists $a, b, c \in \mathbb R$ such that:
$a\mathbf u + b\mathbf v + c\mathbf w = (C_1, C_2, C_3)$
I will then need to solve the following system of linear equations:
$$a+ c=C_1$$ $$2a+2b=C_2$$ $$-a+5b-2c=C_3$$
Solving the system using Gaussian Elimination gives me a identity matrix on the left side of the augmented matrix, the right side is some constants made up of $C_1, C_2, C_3$
Will this be sufficient to show that every vector in $\mathbb R^3$ a linear combination of $\mathbf u, \mathbf v, \mathbf w$ ?
Thanks for the help in advance!

You can further check that the three vectors form a basis for $\mathbb{R^3}$. If
$$A(1,2,-1)+B(0,2,5)+C(1,0,-2)=(0,0,0)$$
then $A+C=0, 2A+2B=0$ and $-A+5B-2C=0$ so that $A=B=C=0$, which shows that the vectors are linearly independent.