How Do You Determine a Basis for a Set of Vectors?

  • Thread starter Thread starter nicnicman
  • Start date Start date
  • Tags Tags
    Basis
nicnicman
Messages
132
Reaction score
0

Homework Statement


Find a basis for the subset S = {(1, 2, 1), (2, 1, 3), (1, -4, 3)}


Homework Equations





The Attempt at a Solution


I'm not absolutely sure I'm doing this correctly but here is my attempt:

First, I put the vectors in S in the rows of a matrix (using multiple square brackets rather than one set of larger ones):
[1 2 1]
[2 1 3]
[1 -4 3]
Then, I found the row-reduced echelon form:
[1 0 5/3]
[0 1 -1/3]
[0 0 0]
So, a basis for the subset would be {(1, 0, 5/3), (0, 1, -1/3)}.

Is this correct?
 
Physics news on Phys.org
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