目录
Mathematics
Useful
问题
子分类
Tools
Fun
Mathematics
Useful
美国数学学会认可的教科书
ProofWiki 定理证明收集wiki
问题
Funny Formula
赠券收集问题
欧拉公式 Euler's formula
Tessellation 平面密铺
子分类
数论 Number Theory
图论 Graph Theory
统计学 Statistics
数学分析 Mathematical Analysis
Tools
LaTeX
Fun
Conway's Game of Life
http://mingplusplus.com/game-of-life/
本福特定律(Benford's law):
https://zh.wikipedia.org/wiki/%E6%9C%AC%E7%A6%8F%E7%89%B9%E5%AE%9A%E5%BE%8B
描述了真实数字数据集中首位数字的频率分布。一堆从实际生活得出的数据中,以1为首位数字的数的出现概率约为总数的三成,接近直觉得出之期望1/9的3倍
\[ P(n)=\log_b(n+1)-\log_b(n)=\log_b\left(\frac{n+1}{n}\right), 其中 n=1,2,...,b-1. \]