算法中的数学符号

发布于 2024-07-29 04:23:31 字数 319 浏览 5 评论 0 原文

我目前正在阅读算法设计手册,但我的数学符号已经变得有点生疏了。

是什么意思

是什么意思?

I am currently reading the Algorithm Design Manual, but my mathematical notation has become a little rusty.

What does

"\left( a \ b \right)" LaTeX

mean?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

溺ぐ爱和你が 2024-08-05 04:23:31

它的意思是“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.

-残月青衣踏尘吟 2024-08-05 04:23:31

组合是首先想到的......但如果没有上下文,可能还有其他相同符号的含义。

Combination is the first thing that comes to mind...but without context, there are probably other meanings for the same notation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文