芮和的小窝
站点公告热门内容博客归档办公技巧常用资源
  • 首页
  • 归档
    • 个人博客
    • 芒种学园搬运
    • 未分类
  • 公告
  • 排行
    • 首页
    • 归档
      • 个人博客
      • 芒种学园搬运
      • 未分类
    • 公告
    • 排行

    Discrete Mathematics

    共 17 篇文章
    SI120 Discrete Mathematics. This course will focus on the basic notions, theories, methods and applications of discrete structures. It will cover four important topics in discrete mathematics: mathematical logic, elementary number theory, Combinatorial counting techniques, and graph theory. This course will provide solid mathematical foundations for many future courses. Logic plays an important role in programming, artificial intelligence, database theory, theory of computation and compiler design. Number theory and related algorithms are central to modern cryptography. The techniques of combinatorial counting are useful for obtaining formulas and estimates in algorithm analysis. Graphs and trees are fundamental tools in software engineering.
    芒种学园搬运个人博客Notes
    Discrete Mathematics
    排序
    发布更新浏览点赞
    L17 – Logic II: Propositional logic

    L17 – Logic II: Propositional logic

    本文主要介绍命题逻辑的形式化体系,涵盖语法、语义、演绎与归结四个核心部分。内容涉及原子命题、公式构建、真值表、逻辑等价及可满足性判定。同时讲解了语义表法、希尔伯特与根岑演绎系统,并重点探讨了合取范式转...
    Discrete Mathematics# SAT算法# 命题逻辑# 形式语言
    2026年5月19日
    6611.5K
    L16 – Logic I: Languages and Automata

    L16 – Logic I: Languages and Automata

    本文主要介绍了形式语言与自动机的基础理论,涵盖字母表、字符串与形式语言的定义。内容涉及正则语言、确定性与非确定性有限自动机(DFA/NFA)及其等价性,以及正则文法和正则表达式。最后探讨了上下文无关文...
    Discrete Mathematics# 上下文无关文法# 形式语言# 正则表达式
    2026年5月6日
    5812.7K
    L15 – Recurrence Relations, Inclusion-Exclusion, and Pigeonhole Principle

    L15 – Recurrence Relations, Inclusion-Exclusion, and Pigeonhole Principle

    本文主要讲解利用生成函数求解线性递推关系的方法。文章详细阐述了容斥原理的公式推导及其在欧拉函数计算中的应用,并介绍了鸽巢原理的简单与一般形式,通过工作站与服务器连接问题展示了其在组合优化中的实际应用。
    Discrete Mathematics# 容斥原理# 生成函数# 递推关系
    2026年4月23日
    4411.8K
    L14 – Counting with Generating Functions: Combinations, Permutations, and Partitions

    L14 – Counting with Generating Functions: Combinations, Permutations, and Partitions

    本文主要探讨利用生成函数解决组合数学中的计数问题。文章详细阐述了如何使用普通生成函数计算组合与整数分拆的数量,以及如何使用指数生成函数处理排列问题。通过具体例题,展示了生成函数在解决限制性分布问题中的...
    Discrete Mathematics# 卡塔兰数# 整数分拆# 斯特林数
    2026年4月19日
    7014.9K
    L13 – Stirling Numbers, Integer Partitions, and Generating Functions

    L13 – Stirling Numbers, Integer Partitions, and Generating Functions

    本文主要探讨离散数学中的组合计数问题,重点分析第二类斯特林数与整数分拆函数的性质。文章详细阐述了生成函数的定义、运算规则及其在解决组合问题中的应用,并推导了广义二项式系数的相关定理。
    Discrete Mathematics# 卡塔兰数# 整数分拆# 斯特林数
    2026年4月16日
    11948.9K
    L12 – Combinatorics: Sets, Multisets, Binomial Inversion, and Distribution Problems

    L12 – Combinatorics: Sets, Multisets, Binomial Inversion, and Distribution Problems

    本文主要探讨离散数学中的组合数学基础,涵盖集合与多重集的组合计算、二项式反演公式及其应用。文章详细阐述了组合恒等式的双计数证明方法,并分类讨论了将对象分配至有标号或无标号盒子的分配问题,给出了相应的计...
    Discrete Mathematics# 二项式反演# 分配问题# 卡塔兰数
    2026年4月13日
    7722.4K
    L11 – Catalan number and T-routes

    L11 – Catalan number and T-routes

    本文主要介绍离散数学中的卡塔兰数与T路径。文中给出卡塔兰数的定义、递推关系及历史渊源,梳理其对应凸多边形三角剖分、二叉树、括号化等经典组合模型;同时阐释T路径的定义、存在条件与计数规则,并介绍安德烈反...
    Discrete Mathematics# Dyck路径# 二叉树# 卡塔兰数
    2026年4月10日
    9027.4K
    L10 – Cardinality, Countability, Schröder–Bernstein, and Counting Rules for Sets and Multisets

    L10 – Cardinality, Countability, Schröder–Bernstein, and Counting Rules for Sets and Multisets

    本文主要介绍了集合基数比较的核心概念,包括Cantor对角线论证证明实数集不可数、Cantor定理说明幂集基数严格大于原集,以及可数集与不可数集的性质。同时阐述了Schröder‑Bernstein定...
    Discrete Mathematics# 可数集合# 数学基础# 施罗德定理
    2026年4月8日
    8941.2K
    L9 – Subgroups, Cyclic Groups, DLOG, CDH, Diffie-Hellman Key Exchange, and Cardinality

    L9 – Subgroups, Cyclic Groups, DLOG, CDH, Diffie-Hellman Key Exchange, and Cardinality

    本文主要研究群论中子群与循环群的性质,解析离散对数及计算性Diffie-Hellman问题的数学基础,揭示其如何支撑Diffie-Hellman密钥交换的安全性,并简述组合数学与集合基数的概念。
    Discrete Mathematics# 密码学基础# 密钥交换# 循环群
    2026年4月2日
    3915.1K
    L08 – Chinese remainder theorem, CRT map, and group

    L08 – Chinese remainder theorem, CRT map, and group

    本文主要介绍中国剩余定理及其证明,建立了CRT映射并证明了其双射性,进而推导出欧拉函数的乘性性质,最后引入群的概念并以整数模n加法群和乘法群为例阐释了群与阶的基本性质。
    Discrete Mathematics# 数论基础# 模运算# 欧拉定理
    2026年3月27日
    9451.7K
    L07 – Prime number theorem, Fermat test, linear congruence equations, and system of linear congruences

    L07 – Prime number theorem, Fermat test, linear congruence equations, and system of linear congruences

    本文主要介绍了素数定理及其渐近性质,分析了费马测试在素性检测中的原理与效率,并系统阐述了线性同余方程有解的条件、解的结构以及同余方程组的求解方法。
    Discrete Mathematics# 数论基础# 模运算# 欧拉定理
    2026年3月25日
    12268.2K
    L06 – EA, EEA, and Chebyshev’s Theorem

    L06 – EA, EEA, and Chebyshev’s Theorem

    本文主要介绍了欧几里得算法(EA)与扩展欧几里得算法(EEA)的原理、正确性证明及复杂度分析,并阐述了切比雪夫定理,即素数计数函数π(x)的渐近增长阶为Θ(x/ln x)。
    Discrete Mathematics# 数学基础# 数论基础# 欧几里得算法
    2026年3月21日
    5818.4K
    加载更多

    随便看看

    芮和的小窝
    这是一段占位文本,因为我还没想好在这了写什么,同时避免忘记这里可以设置内容

    友链申请免责声明不接广告自我介绍SiteMap

    • 归档
    扫码加QQ群芮和的小窝
    扫码加QQ群
    扫码加微信芮和的小窝
    扫码加微信

    Copyright © 2020-2026 芮和沪ICP备2026006909号-1 沪公网安备31010402336505号基于 WordPress使用 OneNav 主题萌ICP备20260107号

      

    随便看看