Understanding row and column space

Click For Summary
Row space and column space are fundamental concepts in linear algebra that represent sets of linear combinations of row and column vectors, respectively. For a given matrix, the row space consists of all combinations of its row vectors, while the column space consists of combinations of its column vectors. The dimension of the row space is equal to the rank of the matrix, which is the maximum number of linearly independent row vectors. In a visual context, the row vectors can be seen as forming a plane in R^3, while the column vectors span R^2 but do not form a basis due to redundancy. Understanding these concepts is crucial for grasping the structure of matrices and their transformations.
FourierX
Messages
73
Reaction score
0
Understading row and column space

Homework Statement



I am having hard time trying to understand row and column space. Can anyone simplify the meanings of them so that i can visualize them well.

Homework Equations



dimension of row space = rank ? How? Why?

The Attempt at a Solution



Understanding other vectors
 
Physics news on Phys.org


Let's look at a concrete example. Suppose A is a 2 x 3 matrix, shown here:
[1 3 0]
[2 5 1]

Each of the two rows can be considered to be a vector in R^3, and each of the three columns can be considered to be a vector in R^2.

The row space of this matrix is the set of all linear combinations of the row vectors, or
c_1(1, 3, 0) + c_2(2, 5, 1).

Similarly, the column space is the set of all linear combinations of the column vectors, or
d_1(1, 2)^T + d_2(3, 5)^T + d_3(0, 1)^T.

For this matrix, what is the dimension of the row space? the column space? What is the rank of this matrix?

Now suppose that A is an m x n matrix, meaning it has m rows and n columns. Each of the m rows can be considered a vector with n components (because there are n columns). Each of the n columns can be considered a vector with m components. Just as in the first example, the row space of this matrix is the set of all linear combinations or the row vectors, and the column space of this matrix is the set of all linear combinations or the column vectors.
 
Understading row and column space

Thanks

on visualizing them in the graph or say pictorially, how would they look?
 


The two row vectors are a basis for a plane in R^3. The three column vectors span R^2 but aren't a basis -- there are too many vectors for a basis.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
15
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K