Find a Basis for the Subspace of R4

  • Thread starter Thread starter Tempest Desh
  • Start date Start date
  • Tags Tags
    Basis Subspace
Tempest Desh
Messages
7
Reaction score
0

Homework Statement



Find a basis for the subspace of R4 spanned by S.


Homework Equations



S: {(2,9,-2,53), (-3,2,3,-2), (8,-3,-8,17), (0,-3,0,15)}

I've attempted this using a matrix and row reducing it. I'm just not sure if there's another simpler way, as I keep on getting incorrect numbers in the matrix, when I try and put it in row-echelon format. Thanks in advance for any and all assistance.

See you on the flipside,

Tempest Desh
 
Physics news on Phys.org
A quick way to apply your idea. Go to http://www.wolframalpha.com/ and enter:

RowReduce[{{2, 9, -2, 53}, {-3, 2, 3, -2}, {8, -3, -8, 17}, {0, -3, 0, 15}}]
 
It really might help a lot to figure out what you are doing wrong if you showed us what you got when you row reduced it. Wouldn't it? That is the right way to do it.
 
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