From ab2c3626f0e0692a6182ec5052be8faba072610a Mon Sep 17 00:00:00 2001 From: sqrmax <14253201+sqrmax@users.noreply.github.com> Date: Fri, 2 Oct 2020 23:21:20 -0700 Subject: [PATCH 1/2] coefficent -> coefficient --- ads.tex | 4 ++-- sage/ADS_Sets_Combinatorics.sagews | 4 ++-- src/S81.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ads.tex b/ads.tex index 8e3ccfde2..f5ff13150 100644 --- a/ads.tex +++ b/ads.tex @@ -8386,7 +8386,7 @@ \section*{Goals for Chapter 1} % \end{definition} \par -A word a about definitions: Strictly speaking, when mathematical objects such as binomial coefficents are defined, they should be defined just once. Since we defined binomial coefficients earlier, in \hyperref[binomial-coefficient]{Definition~\ref{binomial-coefficient}}, other statements describing them should be theorems. The theorem, in this case, would be that the ``definition'' above is consistent with the original definition. Our point in this chapter in discussing recursion is to observe alternative definitions that have a recursive nature. In the exercises, you will have the opportunity to prove that the two definitions are indeed equivalent. +A word a about definitions: Strictly speaking, when mathematical objects such as binomial coefficients are defined, they should be defined just once. Since we defined binomial coefficients earlier, in \hyperref[binomial-coefficient]{Definition~\ref{binomial-coefficient}}, other statements describing them should be theorems. The theorem, in this case, would be that the ``definition'' above is consistent with the original definition. Our point in this chapter in discussing recursion is to observe alternative definitions that have a recursive nature. In the exercises, you will have the opportunity to prove that the two definitions are indeed equivalent. % \par Here is how we can apply the recursive definition to compute \(C(5,2)\). @@ -18667,4 +18667,4 @@ \subsection*{A.2.1 Exercises for the Algorithms Appendix} %% The index is here, setup is all in preamble \printindex % -\end{document} \ No newline at end of file +\end{document} diff --git a/sage/ADS_Sets_Combinatorics.sagews b/sage/ADS_Sets_Combinatorics.sagews index d91f19485..70e814495 100644 --- a/sage/ADS_Sets_Combinatorics.sagews +++ b/sage/ADS_Sets_Combinatorics.sagews @@ -210,9 +210,9 @@ binomial(n,2) ︡bfc19f30-4c37-4acb-bff0-a75c1ad87a12︡{"stdout": "1/2*(n - 1)*n"}︡ ︠0cb6f9c7-5463-41c7-94d6-82e0d506f83di︠ %html -
The binomial_coefficents function creates a dictionary of values.
+The binomial_coefficients function creates a dictionary of values.
-︡2270b35a-79fc-46b1-b199-6e1b06942a69︡{"html": "The binomial_coefficents function creates a dictionary of values.
"}︡ +︡2270b35a-79fc-46b1-b199-6e1b06942a69︡{"html": "The binomial_coefficients function creates a dictionary of values.
"}︡ ︠8ae431f5-643d-477c-87c7-6ed1795a654b︠ binomial_coefficients(8) ︡eb850147-51e3-44e9-bb88-58ebf7fae947︡{"stdout": "{(5, 3): 56, (2, 6): 28, (7, 1): 8, (8, 0): 1, (4, 4): 70, (6, 2): 28, (1, 7): 8, (0, 8): 1, (3, 5): 56}"}︡ diff --git a/src/S81.xml b/src/S81.xml index 6aa0c0b92..2033e7970 100644 --- a/src/S81.xml +++ b/src/S81.xml @@ -14,7 +14,7 @@A word about definitions: Strictly speaking, when mathematical objects such as binomial coefficents are defined, they should be defined just once. Since we defined binomial coefficients earlier, in A word about definitions: Strictly speaking, when mathematical objects such as binomial coefficients are defined, they should be defined just once. Since we defined binomial coefficients earlier, in definition
above is consistent with the original definition. Our point in this chapter in discussing recursion is to observe alternative definitions that have a recursive nature. In the exercises, you will have the opportunity to prove that the two definitions are indeed equivalent.
+definition
above is consistent with the original definition. Our point in this chapter in discussing recursion is to observe alternative definitions that have a recursive nature. In the exercises, you will have the opportunity to prove that the two definitions are indeed equivalent.
Here is how we can apply the recursive definition to compute