Skip to content

Commit

Permalink
Final alignment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachartrand committed Mar 22, 2024
1 parent 7b38b86 commit 3500883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ expanded form with all the terms lined up:

$$
\begin{align*}
\ln(1+x) &= & &x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} \
\ln(1+x) &= +x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} \
+ \frac{x^5}{5} - \frac{x^6}{6} + \ldots \\
\ln(1-x) &= &- &x - \frac{x^2}{2} - \frac{x^3}{3} - \frac{x^4}{4} \
\ln(1-x) &= -x - \frac{x^2}{2} - \frac{x^3}{3} - \frac{x^4}{4} \
- \frac{x^5}{5} - \frac{x^6}{6} - \ldots
\end{align*}
$$
Expand Down

0 comments on commit 3500883

Please sign in to comment.