组合数学 (Fall 2019)/Problem Set 2
Jump to navigation
Jump to search
- 第四题有一处笔误,本题只有n,k两个量。已改正,见红色字体。
Problem 1
假设我们班上有
- 计算
是多少; - 在
时,随机重排并发回作业后,满足上述要求的概率是多少。
Problem 2
你要设计一个标志,以下形状中的12条等长线段可以分别由红、绿、蓝三色之一构成。要求考虑这个形状的“转动”和“反转”两种对称。
__ __| |__ |__ __| |__|
- 定义对称构成的群,可以通过生成元定义,也可以直接把元素都写出来;
- 写出cycle index和pattern inventory;
- 直接写出三种颜色出现的次数一样多的次数。可以借助一些数学软件如Mathematica的帮助。
Problem 3
Select a permutation of
- What is the probability that the cycle containing 1 has length
? - What is the expected number of cycles?
Problem 4
For any
- Prove
. - Prove
.
Problem 5
Give a dynamic programming algorithm that given as input a bipartite graph