I want to know how to calculate expected rank of a binary matrix with distribution. I.e., the generated matrix are not randomly selected but with distribution.
A more intuitive example is the LT code, it generates the matrix with the given degree distribution. And the expected rank of a random matrix is similar with the random linear code. And I have found some useful results for how to calculating the the expected rank of a random matrix. For example:
Expected rank of a random binary matrix?
and the paper: RANDOM BLOCK-ANGULAR MATRICES FOR DISTRIBUTED DATA STORAGE
I think the paper is a really useful one that not only give the result of the probability of getting the full rank in a random matrix, but how to derive the results.
For now, I want to know how to infer the probability of getting the full rank in a matrix with certain distribution. And then infer the expected rank of the matrix. More specifically, suppose that the distribution of the node's degree is given, which is the same as the LT code.
I have tried my best to derive the result from the above given paper, but I didn't work it out finally.
Any hints would be appreciate!