From ebf87d0fd8c374abfceabee73bc65e393396b876 Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 19 Oct 2020 15:18:34 -0400 Subject: [PATCH] math: fix missing double asterisk --- docs/mhf4u7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mhf4u7.md b/docs/mhf4u7.md index b5898e9..927188c 100644 --- a/docs/mhf4u7.md +++ b/docs/mhf4u7.md @@ -267,7 +267,7 @@ A sequence is a **function** with a domain of all positive integers in sequence, If the sequence is infinite, as $n$ becomes very large: - If the sequence continuously grows, it **tends to infinity**. (E.g., $a_n = n^2, n ≥ 1$) - - If the sequence gets closer to a real number and converges on it, it **converges to a real limit**, or is convergent**. (E.g., $a_n = \frac{1}{n}, n ≥ 1$) + - If the sequence gets closer to a real number and converges on it, it **converges to a real limit**, or is **convergent**. (E.g., $a_n = \frac{1}{n}, n ≥ 1$) - If the sequence never approaches a number, it **does not tend to a limit**, or is **divergent**. (E.g., $a_n = \sin(n \pi)$) ### Limits