Fix typo in Cauchy-Schwarz inequality

This commit is contained in:
Chun Cai 2024-04-28 16:01:40 +08:00 committed by GitHub
parent e9e2620713
commit 46afdf334a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ $$f(x+\Delta) = f(x) + \int_0^1 \text{d}s ~ f'(x+s \Delta) \Delta \ . $$
In addition, we'll make use of Lipschitz-continuity with constant $\mathcal L$:
$|f(x+\Delta) + f(x)|\le \mathcal L \Delta$, and the well-known Cauchy-Schwartz inequality:
$ u^T v < |u| \cdot |v| $.
$ u^T v \le |u| \cdot |v| $.
## Newton's method