vault backup: 2025-09-26 13:13:01

This commit is contained in:
arc
2025-09-26 13:13:01 -06:00
parent f6de0afa90
commit e22957346d
2 changed files with 5 additions and 28 deletions

View File

@@ -47,4 +47,8 @@ Given the above series, we can define the following:
- $S_1 = a_1 = \sum_{i=1}^\infty a_i$
- $S_2 = a_1 + a_2 = \sum_{i=1}^2 a_i$
- $S_n = a_1 + a_2 + ... = \sum_{i=1}^n a_i$
-
- If the limit of $S_n$ as $S_n$ approaches $\infty$ converges to $L$, then we write:
$$\sum_{n=1}^\infty a_n = L$$
and say that the sum converges to $L$.
## Examples