Commit cb537fc4 authored by 24OI-bot's avatar 24OI-bot
Browse files

style: format markdown files with remark-lint

parent 097882e4
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -235,14 +235,12 @@ $$

这是二项式定理的特殊情况。取 $a=b=1$ 就得到上式。


$$
\sum_{i=0}^n(-1)^i\binom{n}{i}=0\tag{5}
$$

二项式定理的另一种特殊情况,可取 $a=1, b=-1$ 。


$$
\sum_{i=0}^m \binom{n}{i}\binom{m}{m-i} = \binom{m+n}{m}\ \ \ (n \geq m)\tag{6}
$$
@@ -291,7 +289,6 @@ $$

其中 $F$ 是斐波那契数列。


$$
\sum_{l=0}^n \binom{l}{k} = \binom{n+1}{k+1}\tag{14}
$$