fix: proofread Calculus 101 part - #324
Merged
Merged
Conversation
Fix typos, grammar, and small index errors across the five chapters of
the Calculus 101 part:
- limits: comma splice, "has not bounded" -> "is not bounded", malformed
\sum bound in prototype, "stuck"->"tack", "last fourth"->"last", and an
index typo a_{N+1} -> a_{N-1} in the alternating series test solution.
- p-adic: "number of line", "becomes"->"become", "Last post"->"Earlier",
undefined N -> T in Skolem-Mahler-Lech, summation index n->k in the
Mahler-form expansion, and "Strassman"->"Strassmann" spelling.
- differentiate: "it its own right", duplicated "then then", singular
"local extremum", "outside Z"->"outside S", stray "relate", comma and
phrasing fixes.
- taylor: "terms out"->"turns out", stray period in radius formula,
p(x)->P(x) consistency.
- integrate: "This difference"->"The difference", "a typical a", verb
agreement, $n$th->$i$th interval, missing "of", "approaches"->"approach".
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DLpJ1D8Tg8VgMKgGB5iAhg
24 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This proofreads the Calculus 101 part (the first unchecked box in #315), covering the five chapters under
tex/calculus/:limits.tex,p-adic.tex,differentiate.tex,taylor.tex,integrate.tex.All findings were minor (typos, grammar, and small index slips). No large mathematical errors were found.
limits.tex\sum_{k \ge 1}^\infty→\sum_{k=1}^\infty.(a_{N-2} - a_{N+1})→(a_{N-2} - a_{N-1}).p-adic.texp^n,B^n,a_n→p^k,B^k,a_k).differentiate.textaylor.texintegrate.tex🤖 Generated with Claude Code
Generated by Claude Code