diff --git a/.ipynb_checkpoints/Test_2_Study_Outline-checkpoint.ipynb b/.ipynb_checkpoints/Test_2_Study_Outline-checkpoint.ipynb
new file mode 100644
index 0000000..020ab52
--- /dev/null
+++ b/.ipynb_checkpoints/Test_2_Study_Outline-checkpoint.ipynb
@@ -0,0 +1,172 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Test II \n",
+ "\n",
+ "## Study Plan \n",
+ "\n",
+ "
This is an outline of all the topics and sub-topics, theorems, concepts, and tests, etc. which I'll need to know in order to pass __Test II__ with a good grade.
"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "___\n",
+ "\n",
+ "\n",
+ " - \n",
+ "
Improper Integrals
\n",
+ " 7.8\n",
+ " \n",
+ " - \n",
+ "
Sequences
\n",
+ " 11.1\n",
+ " \n",
+ " - Limit of Function/Limit of Sequence Relationship Theorem
\n",
+ " - Infinite Limit of a Sequence
\n",
+ " - __Limit Laws for Sequences__
\n",
+ " - Squeeze Theorem for Sequences
\n",
+ " - Limit of Absolute Value of a Sequence
\n",
+ " - __Convergence of Sequences__
\n",
+ " - Upper Bounds of Sequences
\n",
+ " - Lower Bounds of Sequences
\n",
+ " - Monotonic Sequences
\n",
+ " - Bounded Monotonic Sequences Converge
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Series
\n",
+ " 11.2\n",
+ " \n",
+ " - Definition of Series Convergence
\n",
+ " - Definition of Series Divergence
\n",
+ " - Definition of Partial Sums
\n",
+ " \n",
+ " - __Nth Partial Sum__
\n",
+ " - __Sequence of Partial Sums__
\n",
+ "
\n",
+ " - \n",
+ " Geometric Series\n",
+ "
\n",
+ " - Common Ration
\n",
+ " - Convergence of Geometric Series ( $|r| < 1$ )
\n",
+ " - \n",
+ " Formula for the Sum of a Geometric Series
\n",
+ " $\\sum_{n=1}^{\\infty} ar^{n-1} = \\frac{a}{1-r}$\n",
+ " \n",
+ "
\n",
+ " \n",
+ " - Harmonic Series
\n",
+ " - \n",
+ " __Nth Term Test__
\n",
+ " $\\sum_{n=1}^{\\infty}a_n$ diverges if $\\lim_{n\\to\\infty}a_n \\ne 0$ or _fails to exist._\n",
+ " \n",
+ " - Adding or Deleting Terms in a Series (doesn't alter convergence/divergence)
\n",
+ " - Can change __index start value__
\n",
+ " - __Limit Laws for Series__
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Integral Test
\n",
+ " 11.3\n",
+ " \n",
+ " - Non-Decreasing Partial Sums
(only converges if bounded from above) \n",
+ " - __Integral Test Theorem__
\n",
+ " - \n",
+ " P-Series
\n",
+ " \n",
+ " - Difference between _P-Series & Geometric Series_\n",
+ "
\n",
+ " \n",
+ " - \n",
+ " __Estimating Sums of Series__
\n",
+ " \n",
+ " - Estimating size of remainder
\n",
+ " - Bounds for remainder in _Integral Test_
\n",
+ " \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Comparison Tests
\n",
+ " 11.4\n",
+ " \n",
+ " - __Comparison Test__
\n",
+ " - __Limit Comparison Test__
\n",
+ " - Estimating Sums with the Comparison & Limit Comparison Tests
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Alternating Series
\n",
+ " 11.5\n",
+ " \n",
+ " - Estimating Sums of Alternating Series
\n",
+ " \n",
+ " - Alternating Series Estimation Theorem
\n",
+ " \n",
+ "
\n",
+ " \n",
+ " - __Alternating Series Test__
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Ratio & Root Tests
\n",
+ " 11.6\n",
+ " \n",
+ " - __Absolute Convergence__
\n",
+ " - __Conditional Convergence__
\n",
+ " - __Ratio Test__
\n",
+ " - _Root Test__
\n",
+ " - __Rearranging Series__
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Series Testing Strategy
\n",
+ " 11.7\n",
+ " \n",
+ "
\n",
+ " \n",
+ "
"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {
+ "collapsed": true
+ },
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 2",
+ "language": "python",
+ "name": "python2"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 2
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython2",
+ "version": "2.7.10"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/Test_2_Study_Outline.ipynb b/Test_2_Study_Outline.ipynb
new file mode 100644
index 0000000..020ab52
--- /dev/null
+++ b/Test_2_Study_Outline.ipynb
@@ -0,0 +1,172 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Test II \n",
+ "\n",
+ "## Study Plan \n",
+ "\n",
+ "This is an outline of all the topics and sub-topics, theorems, concepts, and tests, etc. which I'll need to know in order to pass __Test II__ with a good grade.
"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "___\n",
+ "\n",
+ "\n",
+ " - \n",
+ "
Improper Integrals
\n",
+ " 7.8\n",
+ " \n",
+ " - \n",
+ "
Sequences
\n",
+ " 11.1\n",
+ " \n",
+ " - Limit of Function/Limit of Sequence Relationship Theorem
\n",
+ " - Infinite Limit of a Sequence
\n",
+ " - __Limit Laws for Sequences__
\n",
+ " - Squeeze Theorem for Sequences
\n",
+ " - Limit of Absolute Value of a Sequence
\n",
+ " - __Convergence of Sequences__
\n",
+ " - Upper Bounds of Sequences
\n",
+ " - Lower Bounds of Sequences
\n",
+ " - Monotonic Sequences
\n",
+ " - Bounded Monotonic Sequences Converge
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Series
\n",
+ " 11.2\n",
+ " \n",
+ " - Definition of Series Convergence
\n",
+ " - Definition of Series Divergence
\n",
+ " - Definition of Partial Sums
\n",
+ " \n",
+ " - __Nth Partial Sum__
\n",
+ " - __Sequence of Partial Sums__
\n",
+ "
\n",
+ " - \n",
+ " Geometric Series\n",
+ "
\n",
+ " - Common Ration
\n",
+ " - Convergence of Geometric Series ( $|r| < 1$ )
\n",
+ " - \n",
+ " Formula for the Sum of a Geometric Series
\n",
+ " $\\sum_{n=1}^{\\infty} ar^{n-1} = \\frac{a}{1-r}$\n",
+ " \n",
+ "
\n",
+ " \n",
+ " - Harmonic Series
\n",
+ " - \n",
+ " __Nth Term Test__
\n",
+ " $\\sum_{n=1}^{\\infty}a_n$ diverges if $\\lim_{n\\to\\infty}a_n \\ne 0$ or _fails to exist._\n",
+ " \n",
+ " - Adding or Deleting Terms in a Series (doesn't alter convergence/divergence)
\n",
+ " - Can change __index start value__
\n",
+ " - __Limit Laws for Series__
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Integral Test
\n",
+ " 11.3\n",
+ " \n",
+ " - Non-Decreasing Partial Sums
(only converges if bounded from above) \n",
+ " - __Integral Test Theorem__
\n",
+ " - \n",
+ " P-Series
\n",
+ " \n",
+ " - Difference between _P-Series & Geometric Series_\n",
+ "
\n",
+ " \n",
+ " - \n",
+ " __Estimating Sums of Series__
\n",
+ " \n",
+ " - Estimating size of remainder
\n",
+ " - Bounds for remainder in _Integral Test_
\n",
+ " \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Comparison Tests
\n",
+ " 11.4\n",
+ " \n",
+ " - __Comparison Test__
\n",
+ " - __Limit Comparison Test__
\n",
+ " - Estimating Sums with the Comparison & Limit Comparison Tests
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Alternating Series
\n",
+ " 11.5\n",
+ " \n",
+ " - Estimating Sums of Alternating Series
\n",
+ " \n",
+ " - Alternating Series Estimation Theorem
\n",
+ " \n",
+ "
\n",
+ " \n",
+ " - __Alternating Series Test__
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Ratio & Root Tests
\n",
+ " 11.6\n",
+ " \n",
+ " - __Absolute Convergence__
\n",
+ " - __Conditional Convergence__
\n",
+ " - __Ratio Test__
\n",
+ " - _Root Test__
\n",
+ " - __Rearranging Series__
\n",
+ "
\n",
+ " \n",
+ " - \n",
+ "
Series Testing Strategy
\n",
+ " 11.7\n",
+ " \n",
+ "
\n",
+ " \n",
+ "
"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {
+ "collapsed": true
+ },
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 2",
+ "language": "python",
+ "name": "python2"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 2
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython2",
+ "version": "2.7.10"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}