摘要:
条件概率 在事件 \(A\) 发生的条件下,事件 \(B\) 发生的概率,记作 \(P(B|A)\). 条件概率公式:\(P(B|A)=\frac{P(AB)}{P(A)}\) 概率乘法公式:\(P(AB)=P(A)P(B|A)\) 若 \(A_1,\cdots,A_n\) 不交且并为样本空间 \( 阅读全文
posted @ 2023-06-14 11:05
do_while_true
阅读(90)
评论(1)
推荐(0)
摘要:
丁晓漫,再探线性规划对偶在信息学竞赛中的应用 \[\max \mathbf{c}^T\mathbf{x} \\ \mathbf{Ax}\leq \mathbf{b} \\ \mathbf{x}\geq \mathbf{0} \]等于 \[\min \mathbf{b}^T\mathbf{y} \\ 阅读全文
posted @ 2023-06-13 17:37
do_while_true
阅读(72)
评论(2)
推荐(0)
摘要:
拟阵:\((E,L)\),\(E\) 是集合,\(L\) 是包含若干 \(E\) 的子集的集合。 称 \(L\) 中的集合是独立集,其要满足: 空集是独立集。 遗传性:独立集的子集是独立集。 扩张性:如果独立集 \(A,B\) 其中 \(|A|<|B|\),那么 \(B\) 一定存在 \(x\in 阅读全文
posted @ 2023-06-09 16:52
do_while_true
阅读(132)
评论(1)
推荐(0)