hallo
I am trying to calculate the probability to obtain 2 sets of linearly independent vectors from a set of binary vectors of length k.
For example:
k = 4, and therefore I have 2^k = 16 vectors to select from.
I want to randomly select 7 vectors (no repetition).
What is the...