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