Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Basis in R4 with only two vectors in the set

Writer Matthew Barrera
$\begingroup$

Okay I have a set of vectors {(-2, 3, 1, 0), (3, 0, -1, 2)} and I need to create a basis in R4. How do I do that? These vectors and lineary independent but I need two more vectors for the basis.

$\endgroup$ 2

1 Answer

$\begingroup$

If you just want four linearly independent vectors in the end (you don't care about orthogonality and such), then picking from the standard basis vectors also works. For instance, it is pretty clear that $(0,1,0,0)$ is linearly independent from the two vectors that you have. Now you just have to check the other three (odds are any of them would work, but you will have to check to be certain).

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy