Finding a basis for vector spaces

AI Thread Summary
Finding a basis for vector spaces defined by multiple conditions can be challenging. In the example of a vector space defined by the equations a-b-c=0 and 2a+3b+8c=0, the approach involves eliminating variables to express the remaining variables in terms of free parameters. By solving the system, one can express the vectors in a form that reveals the basis. The key is to identify the relationships between the variables and derive a single parameter representation. This method allows for the construction of a basis from the resulting expressions.
Nickopops
Messages
1
Reaction score
0
I'm having trouble finding a basis for algebraically defined vector spaces where there is more than one condition. For instance, I can easily find a basis for the vector space in R^3 defined by a+2b+3c=0 (where a,b,c are the elements of the vector), but I have no idea what to do when the vector space is defined by something like a-b-c=0 & 2a+3b+8c=0.

For the first example I would write that every vector in the space has to be of the form (-2b-3c, b, c) = b(-2,1,0) + c(-3,0,1), so a basis for the vector space would be {(-2,1,0),(-3,0,1)}. I have no idea what to do for the second example.
 
Physics news on Phys.org
You got to (-2b-3c, b, c) by just algebraically eliminating a. Now b and c are free variables. For the second case do the same thing, but eliminate two variables. So the result is, say, (k1*c,k2*c,k3*c). Then the basis is {(k1,k2,k3)}.
 
Dang! I wrote out a brilliant explanation, then went back and read Dick's. His was better!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top