gitpush
This commit is contained in:
parent
8691e3a70b
commit
12d67021c9
@ -13,4 +13,8 @@ $$ a_n = a + (n-1)d \tag{等差数列通项公式} $$
|
|||||||
|
|
||||||
由等差数列通项公式可以得到以下公式:
|
由等差数列通项公式可以得到以下公式:
|
||||||
|
|
||||||
$$ n = \dfrac{a_末-a}{d} + 1 \tag{已知首项尾项及公差求项数}$$
|
$$ n = \dfrac{a_n}{d} + 1 \tag{已知首项尾项及公差求项数}$$
|
||||||
|
|
||||||
|
等差数列求和公式:
|
||||||
|
|
||||||
|
$$ \dfrac {(a + a_n) \times n}{2} $$
|
||||||
|
Loading…
Reference in New Issue
Block a user