我目前正在阅读算法设计手册,但我的数学符号已经变得有点生疏了。
是什么意思
是什么意思?
I am currently reading the Algorithm Design Manual, but my mathematical notation has become a little rusty.
What does
mean?
二项式系数? (另请参阅组合)
Binomial coefficient? (also, see combination)
它的意思是“n 选择 k”,或者在本例中是“a 选择 b”。 它是公式 a!/(b!((ab)!)) 的简写。
抱歉有很多括号,只是不想有歧义。 ! 表示阶乘,5! = 5*4*3*2*1等。
用于二项式展开式、帕斯卡三角。
It means "n choose k", or in this case, "a choose b". It is a shorthand for the formula a!/(b!((a-b)!)).
Sorry for the many parenthesis, just didn't want amibuity. ! means factorial, 5! = 5*4*3*2*1, etc.
It is used for binomial expansion, and Pascal's Triangle.
组合是首先想到的......但如果没有上下文,可能还有其他相同符号的含义。
Combination is the first thing that comes to mind...but without context, there are probably other meanings for the same notation.
组合。
Combination.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(4)
二项式系数? (另请参阅组合)
Binomial coefficient? (also, see combination)
它的意思是“n 选择 k”,或者在本例中是“a 选择 b”。 它是公式 a!/(b!((ab)!)) 的简写。
抱歉有很多括号,只是不想有歧义。 ! 表示阶乘,5! = 5*4*3*2*1等。
用于二项式展开式、帕斯卡三角。
It means "n choose k", or in this case, "a choose b". It is a shorthand for the formula a!/(b!((a-b)!)).
Sorry for the many parenthesis, just didn't want amibuity. ! means factorial, 5! = 5*4*3*2*1, etc.
It is used for binomial expansion, and Pascal's Triangle.
组合是首先想到的......但如果没有上下文,可能还有其他相同符号的含义。
Combination is the first thing that comes to mind...but without context, there are probably other meanings for the same notation.
组合。
Combination.