New Reply

rank of a matrix

 
Share Thread Thread Tools
Jul9-11, 06:13 AM   #1
 

rank of a matrix


helloo
while working on a combinatorics problem I have found the following result:

let [itex]A=(a_{ij})_{1\leq i,j\leq2n+1}[/itex] where n is a positive integer , be a real Matrix such that :
i) [itex] a_{ij}^2=1-\delta_{ij}[/itex] where [itex] \delta [/itex] is the kronecker symbol
ii) [itex] \forall i \displaystyle{ \sum_{j=1}^{2n+1}a_{ij}=0} [/itex]
then [itex]rankA=2n [/itex]
any idea ?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Jul9-11, 07:47 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Er, what are you asking? Did you mean that you have observed it in some cases, and are wondering if it's true in general?

Can you describe qualitatively what such a matrix looks like?


I feel like induction is the most likely way to go about it, if it is true. How many particular examples have you tested, and of what sizes? Do you have a conjecture for how things behave if the dimension is even instead of odd?

(Or, maybe you could explain the combinatorics problem you were solving; maybe it's easier to do that problem than it is to work with this matrix)
Jul10-11, 07:30 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
For n= 1, that is saying that
[tex]A= \begin{bmatrix}0 & 1 & 1 \\ 1 & 0 & 1\\ 1 & 1 & 0\end{bmatrix}[/tex]
What is the rank of that matrix?
Jul10-11, 07:54 AM   #4
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

rank of a matrix


Quote by HallsofIvy View Post
For n= 1, that is saying that
[tex]A= \begin{bmatrix}0 & 1 & 1 \\ 1 & 0 & 1\\ 1 & 1 & 0\end{bmatrix}[/tex]
What is the rank of that matrix?
Not exactly For n=1, it's a matrix that looks like this

[tex]A= \begin{bmatrix}0 & 1 & -1 \\ 1 & 0 & -1\\ -1 & 1 & 0\end{bmatrix}[/tex]

So the entries on the diagonal must be 0, and all the other entries are 1 and -1. But the sum of every row must be 0.

It is very easy to see that such a matrix cannot have full rank (the sum of all the columns is 0, so the columns cannot be linear independent). So the rank is at most 2n. That it's exactly 2n is a bit harder...
New Reply
Thread Tools


Similar Threads for: rank of a matrix
Thread Forum Replies
rank of matrix Linear & Abstract Algebra 2
Rank of a matrix Linear & Abstract Algebra 5
rank of a matrix Linear & Abstract Algebra 1
Matrix manipulations/rank of a matrix Calculus & Beyond Homework 2
Rank of a Matrix Calculus & Beyond Homework 6