首页 > 学院 > 开发设计 > 正文

#Unit 3-Lecture 4:Repetitions & Binomial Theorem

2019-11-06 07:26:39
字体:
来源:转载
供稿:网友

1 The Division Rule

A k-to-1 function maps exactly k elements of the domain to every element of the codomain. Rule: If  f:A→B  is  k−to−l, then  |A|=k⋅|B|

2 Counting Subset

Subset Rule: The number of k-element subsets of an n-element set is: (nk)=n!k!(n−k)!

3 Sequences with Repetitions

Definition: For n,k1,...,km∈N, such that k1+k2+...+km=n, define the mutinomial coefficient (nk1,k2,...,km)::=n!k1!k2!...km! Subset Split Rule: The number of (k1,k2,...,km) -splits of an n-elements set is: (nk1,k2,...,km) Bookkeeper Rule: Let l1,...,lm be distinct elements. The number of sequences with k1 occurences of l1, and k2 occurence of l2… and km occurence of lm is: (k1+k2+...+kmk1,k2,...,km) The Binomial Theorem: For all n∈N and a,b∈R(a+b)n=∑k=0n(nk)an−kbk The multinomial Theorem: For all n∈N: (z1+z2+...+zm)n=∑k1+k2+...+km=n(nk1,k2,...,km)zk11zk22...zkmm


Reference

[1] Lehman E, Leighton F H, Meyer A R. Mathematics for Computer Science[J]. 2015.


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表