Merge pull request #25 from caic99/patch-1

Fix typo in Cauchy-Schwarz inequality. Thanks caic99!
This commit is contained in:
Nils Thuerey 2024-04-29 12:36:18 +02:00 committed by GitHub
commit 025fbc4559
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