Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| 수열:부분합 [2025/09/29 04:26] – masteraccount | 수열:부분합 [2025/09/29 21:03] (current) – removed masteraccount | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====부분합(Partial Sum)===== | ||
| - | ====개념==== | ||
| - | [[수열: | ||
| - | \\ | ||
| - | ====공식==== | ||
| - | $ \Large S_n = \sum_{k=1}^{n} a_k = a_1 + a_2 + \cdots + a_n $\\ | ||
| - | ====수렴과 발산==== | ||
| - | $ \Large 수렴 : \sum_{n=1}^{\infty} a_n = \lim_{n \to \infty} S_n = S \quad (\text{단, } S \text{는 유한한 실수}) $ \\ | ||
| - | \\ | ||
| - | $ \Large 발산 : \lim_{n \to \infty} S_n = \pm\infty \quad \text{또는 극한값이 존재하지 않음} $ | ||