Update 2015-10-20-math.md (#514)

Typo
This commit is contained in:
Julian Lehrer 2021-12-23 04:36:48 -08:00 committed by GitHub
parent 4d2812913c
commit 7f532552e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ You can also use `\begin{equation}...\end{equation}` instead of `$$` for display
MathJax will automatically number equations:
\begin{equation}
\label{eq:caushy-shwarz}
\label{eq:cauchy-schwarz}
\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
\end{equation}