What is the basis for the given subspace in R^5?

  • Thread starter Thread starter sallies
  • Start date Start date
  • Tags Tags
    Basis Subspace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
sallies
Messages
1
Reaction score
0

Homework Statement



find a basis for the subspace R^5 that consists of all the vectors of the form [(b-c), (d-2b), (4d), (c-2d), (6d+2b)]

Homework Equations





The Attempt at a Solution



the only solution I can think of is e1, e2, e3, e4, e5... I don't think it's that simple though... would appreciate any input on this question. Thanks!
 
Physics news on Phys.org
Code:
a = b - c
b = -2b   + d
c =         4d
d =      c - 2d
e = 2b     + 6d
A vector in this subspace is a linear combination of three vectors, which you can pick out of the equations above.