Column Space Problem: Obtain CS(B)

In summary, the conversation discusses how to obtain the column space of a given matrix and the methods of determining linear independence. The suggested solution for finding the column space is to identify the pivot columns through row reduction and then take the corresponding column vectors from the original matrix. The concept of linear independence is also explained, with the importance of not being able to form a vector from a linear combination of other vectors in the same set. However, it is noted that there can be multiple bases for determining the column space.
  • #1
JamesGoh
143
0

Homework Statement



Obtain the column space of the following matrix

B = 2 -3 -1

2 -3 -1

-3 3 2


Homework Equations




Linear independence test

c1V1 + c2V2 + ... + cnVn = 0

c1=c2=...cn=0

The Attempt at a Solution



Please see attachment

I cannot get the answer which is CS(B) = span{ (2,2,-3)^T, (1,1,-1)^T } where T denotes transpose


The (1,1,-1)^T can be realized by adding a(2,2,-3)^T and c(-1,-1,2)^T together (where a=c) and setting a=1

but the problem is that it destroys the linear independence of (1,1,-1)^T since it depends on (2,2,-3)^T to generate the result
 

Attachments

  • tute2q19b.pdf
    699.6 KB · Views: 214
Physics news on Phys.org
  • #2
So if you want to find the column space, you have to find the column vectors. To do this, you need to identify which columns are pivot columns by row reducing your matrix B. once this is done, the column space will simply be the span of these vectors. you can check the linear independence of these vectors pretty simply.

also, when you're worrying about the vector (1,1,-1)^T depending on the other one, you have to take into account that you're using a second vector to get to (1,1,-1)^T (namely the vector (-1, -1, 2)^T). You would need to worry if you could somehow form one vector purely from one of your other ones. make sense?
 
  • #3
Whitishcube said:
So if you want to find the column space, you have to find the column vectors. To do this, you need to identify which columns are pivot columns by row reducing your matrix B. once this is done, the column space will simply be the span of these vectors. you can check the linear independence of these vectors pretty simply.

I tried using Gauss-Jordan elimination method, but it doesn't put it in the form that the answer gives

This is why I used the linear cominbation method


Whitishcube said:
also, when you're worrying about the vector (1,1,-1)^T depending on the other one, you have to take into account that you're using a second vector to get to (1,1,-1)^T (namely the vector (-1, -1, 2)^T). You would need to worry if you could somehow form one vector purely from one of your other ones. make sense?

Okay a vector in a set is linearly independent if it cannot be formed by the linear combination of any other vectors in that same set. The (1,1,-1)^T must depend on the
(-1, -1, 2)^T, which is outside the spanning set given in the answers.

This is why (1,1,-1)^T is linearly independent of (2,2,-3)^T

right ?
 
  • #4
JamesGoh said:
I tried using Gauss-Jordan elimination method, but it doesn't put it in the form that the answer gives

This is why I used the linear cominbation method




Okay a vector in a set is linearly independent if it cannot be formed by the linear combination of any other vectors in that same set. The (1,1,-1)^T must depend on the
(-1, -1, 2)^T, which is outside the spanning set given in the answers.

This is why (1,1,-1)^T is linearly independent of (2,2,-3)^T

right ?
Two vectors are linearlydependent if and only if one is a multiple of the other. (2, 2, 3) clearly is not a multiple of (1, 1, -1).
 
  • #5
The whole point of the row reduction is to find which columns are pivot columns. Once you identify those, you have to go back to the original matrix for the actual vectors that will form the basis. The row reduction will tell you which column, but the actual matrix tells you the vector corresponding to the pivot column.

Your reasoning is pretty sound for linear independence. Just be careful about which vectors you're actually trying to form. Also keep in mind that there are multiple bases that are possible for this kind of problem...
 

1. What is column space in linear algebra?

The column space of a matrix, denoted as CS(A), is the set of all linear combinations of the columns of that matrix. In other words, it is the span of the columns of the matrix.

2. What is the purpose of obtaining CS(B) in a column space problem?

Obtaining the column space of matrix B, denoted as CS(B), allows us to determine the linear dependence or independence of the columns of B. This is important in various applications of linear algebra, such as solving systems of equations and finding basis vectors.

3. How do you obtain the column space of a matrix B?

To obtain the column space of a matrix B, we can use the reduced row echelon form (RREF) of B. The non-zero columns of the RREF of B form a basis for CS(B).

4. What is the relationship between column space and row space of a matrix?

The column space and row space of a matrix are related through the rank of the matrix. The rank of a matrix is equal to the dimension of both its column space and its row space. This means that the column space and row space are two different representations of the same mathematical object.

5. Can the column space of a matrix B be larger than the number of columns in B?

No, the column space of a matrix B cannot have a dimension larger than the number of columns in B. This is because the dimension of the column space is equal to the rank of B, which is determined by the number of linearly independent columns in B.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
992
  • Calculus and Beyond Homework Help
Replies
0
Views
454
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
298
  • Calculus and Beyond Homework Help
Replies
12
Views
995
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
499
  • Linear and Abstract Algebra
Replies
8
Views
888
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Back
Top