Linear Algebra and rank problem.

georgeh
Messages
67
Reaction score
0
I have the following problem which I can't figure out.

Let A = [a_11,a_12;a_13; a_21; a_22; a_23;]
Show that A has rank 2 if and only if one or more of the determinants

| a_11,_a_12; a_21,a_22| , |a_11,a_13;a_21,a_23|,|a_12,a_13;a_22,a_23|
I know its a 2x3 matrix..which the det. wouldn't apply since it is not square. Not sure how to proceede
 
Physics news on Phys.org
You might start by stating the problem correctly

"Show that A has rank 2 if and only if one or more of the determinants
| a_11,_a_12; a_21,a_22| , |a_11,a_13;a_21,a_23|,|a_12,a_13;a_22,a_23|" is what?? What is supposed to be true about them?

"I know its a 2x3 matrix..which the det. wouldn't apply since it is not square."
That's irrelevant- the problem doesn't say anything about the determinant of A (which doesn't exist) only the determinants of those 2 by 2 subsets.
 
HallsofIvy said:
You might start by stating the problem correctly

"Show that A has rank 2 if and only if one or more of the determinants
| a_11,_a_12; a_21,a_22| , |a_11,a_13;a_21,a_23|,|a_12,a_13;a_22,a_23|" is what?? What is supposed to be true about them?
the det is not equal to zero..
"I know its a 2x3 matrix..which the det. wouldn't apply since it is not square."
That's irrelevant- the problem doesn't say anything about the determinant of A (which doesn't exist) only the determinants of those 2 by 2 subsets.
Yeah i states how they had it though. sorry.
they said.. the det != 0
 
Okay, now that we have that straightened out, exactly what is your definition of "rank"? What do you get if you "row reduce" A?
 
the rank is the dimensions of the row space and column space of a matrix.
So when we do r-r-e, wherever we get leading ones, that is the rank #.
 
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