New Reply

Probability of a matrix having full rank

 
Share Thread
Mar16-12, 12:30 AM   #1
 

Probability of a matrix having full rank


Hi all,

I am trying to find the probability that a matrix has full rank.

Consider a K*N matrix where the first K columns are linearly independent columns and the next N-K columns are linear combinations of these K columns.

I want to find the probability that a sub matrix formed by randomly selecting columns of this matrix has full rank. (or all the columns of this sub matrix are linearly independent).

My logic is as follows,

Step 1 : Select u1 number of columns randomly from the first K columns. Then rank(Gu) = u1.
No. of ways to select = K choose u1

Step 2: Now I select one column from the N-K columns and check whether this belong to the span of u1 columns. If not then I increase rank by one.
span of u1 contain 2^u1 possibilities.
So ideally I have to select 1 from 2^K - 2^u1 columns in order to have rank(Gu) = u1 + 1

But my problem is that, N-K < 2^K so the total number of columns I have to make the selection is N-K and not 2^K.

I'm finding it really difficult to interpret this in mathematical formulas using combinations.

Really appreciate if someone can help.

Thanks in advance.
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
New Reply

Tags
combination, matrices, probabality

Similar discussions for: Probability of a matrix having full rank
Thread Forum Replies
Matrix Multiplication and Rank of Matrix General Math 2
Obtaining an invertible square matrix from a non-square matrix of full rank Linear & Abstract Algebra 0
Rank of a Matrix Calculus & Beyond Homework 1
Help with full rank factorization Linear & Abstract Algebra 0
Matrix manipulations/rank of a matrix Calculus & Beyond Homework 2