Dimension of row/ column space

jeffreylze
Messages
43
Reaction score
0

Homework Statement



In the following exercises verify that the row rank is equal to the column rank by explicitly finding the dimensions of the row space and the column space of the given matrix.

A = [1 2 1 ; 2 1 -1]


Homework Equations





The Attempt at a Solution



All i can think of is just row reduce it to row echelon form and then find the rank of the matrix. How do i do it explicitly?
 
Physics news on Phys.org
1. Show that the rows of A are not linear combinations of each other, i.e. one is the multiple of the other.

2. Show that one column is the linear combination of the other 2 columns. Then show that the remaining 2 columns are not a multiple of the other.

then you've explicitly shown that the rank(A) = row rank (A) = column rank (A)
 
hokie1 said:
1. Show that the rows of A are not linear combinations of each other, i.e. one is the multiple of the other.

2. Show that one column is the linear combination of the other 2 columns. Then show that the remaining 2 columns are not a multiple of the other.

then you've explicitly shown that the rank(A) = row rank (A) = column rank (A)

Do you mean by one is NOT the multiple of the other?
 
You are quite correct. I did not proofread before submitting.
 
Okay, thanks. Now that make sense =D
 
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