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

  • Thread starter Thread starter sallies
  • Start date Start date
  • Tags Tags
    Basis Subspace
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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top