Skip to content

Commit

Permalink
Updated the definition of Infinite Series based on definition supplie…
Browse files Browse the repository at this point in the history
…d by Professor Herbert Gross in MIT's Calculus Revisited Open Courseware course.
  • Loading branch information
Tom Malone committed Oct 23, 2015
1 parent fdcf22a commit bc716f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"---\n",
"\n",
"## Calculating Infinite Sums\n",
"\n",
"<p class='lead'>\n",
"The <strong>sum of a series</strong> = the <strong>limit of the sequence of partial sums.</strong>&mdash;_i.e.:_\n",
"</p>\n",
"\n",
"$$\\sum a_n = \\lim_{n \\to \\infty} S_n \\quad \\text{ where } S_n = \\text{ the sequence of partial sums }$$\n",
"\n",
"Since infinite sums always have more terms, no matter where you stop counting, the method for calculating the sum of an infinite series is:\n",
"\n",
"1. Evaluate the result of adding the first $n$ terms, then stopping. The sum of the first $n$ terms is called the __[Nth Partial Sum](#partial_sum).__\n",
Expand Down
7 changes: 7 additions & 0 deletions 11_Infinite_Seq_and_Series/S11.2_Infinite_Series.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"---\n",
"\n",
"## Calculating Infinite Sums\n",
"\n",
"<p class='lead'>\n",
"The <strong>sum of a series</strong> = the <strong>limit of the sequence of partial sums.</strong>&mdash;_i.e.:_\n",
"</p>\n",
"\n",
"$$\\sum a_n = \\lim_{n \\to \\infty} S_n \\quad \\text{ where } S_n = \\text{ the sequence of partial sums }$$\n",
"\n",
"Since infinite sums always have more terms, no matter where you stop counting, the method for calculating the sum of an infinite series is:\n",
"\n",
"1. Evaluate the result of adding the first $n$ terms, then stopping. The sum of the first $n$ terms is called the __[Nth Partial Sum](#partial_sum).__\n",
Expand Down

0 comments on commit bc716f7

Please sign in to comment.