Hi all!
I have a question about how to count orders according to certain restrictions, I hope you can guide me.
Consider the set of n object {a(1), a(2), a(3), ..., a(n)} and n agents {1,2,3,...,n}. Each agents orders this n objects, generating a matrix nxn such that de column "j" is the order of agent j of the n objects.
For example, if n=3, a possible arrangement would be:
agent 1: agent 2: agent 3:
a(1) a(2) a(1)
a(3) a(1) a(3)
a(2) a(3) a(2)
I know that there are (n!)ˆn possible ways to have matrices of this style.
However, I am interested in how many of those arrays satisfy certain constraints.
For example, going back to n=3, if the constraints are a(1)>a(2) for agent 2, and a(3)>a(1) for agent 3, how many matrix satisfy these restrictions?
If I have "k" different "binary" conditions, How can I transform these "binary" constraints into possible cases for the previous matrices?
and thus be able to count how many of the (n!)ˆn possible matrices satisfy these k different constraints?
I hope you can guide me.
Thanks!
Best,
I have a question about how to count orders according to certain restrictions, I hope you can guide me.
Consider the set of n object {a(1), a(2), a(3), ..., a(n)} and n agents {1,2,3,...,n}. Each agents orders this n objects, generating a matrix nxn such that de column "j" is the order of agent j of the n objects.
For example, if n=3, a possible arrangement would be:
agent 1: agent 2: agent 3:
a(1) a(2) a(1)
a(3) a(1) a(3)
a(2) a(3) a(2)
I know that there are (n!)ˆn possible ways to have matrices of this style.
However, I am interested in how many of those arrays satisfy certain constraints.
For example, going back to n=3, if the constraints are a(1)>a(2) for agent 2, and a(3)>a(1) for agent 3, how many matrix satisfy these restrictions?
If I have "k" different "binary" conditions, How can I transform these "binary" constraints into possible cases for the previous matrices?
and thus be able to count how many of the (n!)ˆn possible matrices satisfy these k different constraints?
I hope you can guide me.
Thanks!
Best,